[
  {
    "type": "multi-input",
    "id": "line-settings",
    "title": "LINE settings",
    "content": "Connect your LINE Official Account to send and receive messages. Create a channel at developers.line.biz.",
    "value": [
      {
        "type": "password",
        "id": "line-token",
        "title": "Channel Access Token"
      },
      {
        "type": "password",
        "id": "line-secret",
        "title": "Channel Secret"
      },
      {
        "type": "button",
        "id": "line-config-url-btn",
        "title": "Webhook URL",
        "button-text": "Get webhook URL",
        "button-url": "#"
      }
    ]
  },
  {
    "type": "checkbox",
    "id": "ln-disable-chatbot",
    "title": "Disable chatbot",
    "content": "Disable the chatbot for LINE only."
  }
]
