[
  {
    "type": "multi-input",
    "id": "messenger-settings",
    "title": "Messenger settings",
    "content": "Connect your Facebook Pages and Instagram accounts to receive and reply to messages directly from TheSol Chat.",
    "value": [
      {
        "type": "password",
        "id": "messenger-page-token",
        "title": "Page access token"
      },
      {
        "type": "password",
        "id": "messenger-secret-key",
        "title": "Secret key",
        "content": "A custom secret key for webhook verification."
      },
      {
        "type": "text",
        "id": "messenger-app-id",
        "title": "App ID",
        "content": "Your Facebook App ID."
      },
      {
        "type": "password",
        "id": "messenger-app-secret",
        "title": "App Secret"
      },
      {
        "type": "button",
        "id": "messenger-sync-btn",
        "title": "Configuration URL",
        "button-text": "Get configuration URL",
        "button-url": "#"
      }
    ]
  },
  {
    "type": "repeater",
    "id": "messenger-pages",
    "title": "Facebook Pages",
    "content": "Add your Facebook Page details to manage multiple pages.",
    "items": [
      {
        "type": "text",
        "id": "messenger-pages-name",
        "name": "Page Name"
      },
      {
        "type": "text",
        "id": "messenger-pages-id",
        "name": "Page ID"
      },
      {
        "type": "password",
        "id": "messenger-pages-token",
        "name": "Page Token"
      },
      {
        "type": "number",
        "id": "messenger-pages-department",
        "name": "Department ID"
      }
    ]
  },
  {
    "type": "checkbox",
    "id": "messenger-instagram-active",
    "title": "Instagram Direct",
    "content": "Enable Instagram Direct Messages integration."
  },
  {
    "type": "checkbox",
    "id": "fb-disable-chatbot",
    "title": "Disable chatbot (Facebook)",
    "content": "Disable the chatbot for Facebook Messenger only."
  },
  {
    "type": "checkbox",
    "id": "ig-disable-chatbot",
    "title": "Disable chatbot (Instagram)",
    "content": "Disable the chatbot for Instagram Direct only."
  }
]
