[
    {
        "type": "multi-input",
        "id": "wechat-settings",
        "title": "WeChat Settings",
        "content": "Connect your WeChat Official Account to receive and reply to messages.",
        "value": [
            {
                "type": "text",
                "id": "wechat-app-id",
                "title": "App ID"
            },
            {
                "type": "password",
                "id": "wechat-app-secret",
                "title": "App Secret"
            },
            {
                "type": "text",
                "id": "wechat-verify-token",
                "title": "Verification Token"
            },
            {
                "type": "button",
                "id": "wechat-config-url",
                "title": "Configuration URL",
                "button-text": "Get configuration URL",
                "button-url": "#"
            }
        ]
    },
    {
        "type": "checkbox",
        "id": "wc-disable-chatbot",
        "title": "Disable chatbot",
        "content": "Disable the chatbot for WeChat messages."
    }
]
