[
    {
        "type": "multi-input",
        "id": "woocommerce-settings",
        "title": "WooCommerce Settings",
        "content": "Connect your WooCommerce store to manage products, orders, and customers.",
        "value": [
            {
                "type": "text",
                "id": "woocommerce-url",
                "title": "WordPress URL"
            },
            {
                "type": "password",
                "id": "woocommerce-key",
                "title": "Consumer Key"
            },
            {
                "type": "password",
                "id": "woocommerce-secret",
                "title": "Consumer Secret"
            }
        ]
    },
    {
        "type": "checkbox",
        "id": "woocommerce-auto-sync",
        "title": "Auto-sync customers",
        "content": "Automatically sync WooCommerce customers with the chat system."
    },
    {
        "type": "checkbox",
        "id": "woocommerce-conversation-details",
        "title": "Show order details",
        "content": "Show WooCommerce order details in conversation panels."
    },
    {
        "type": "checkbox",
        "id": "woocommerce-returning-visitor-notification",
        "title": "Returning visitor notification",
        "content": "Notify agents when a returning WooCommerce customer starts a conversation."
    }
]
