[
    {
        "id": "md_section_account",
        "type": "title",
        "title": "My Delivengo account"
    },
    {
        "id": "md_api_key",
        "type": "md_license_key",
        "title": "API key",
        "default": ""
    },
    {
        "id": "md_account_offers",
        "type": "md_offers"
    },
    {
        "id": "md_account_iban",
        "type": "md_iban"
    },
    {
        "id": "md_webhook_exists",
        "type": "md_webhook_exists"
    },
    {
        "id": "md_log",
        "type": "select",
        "title": "Log messages",
        "desc": "If enabled, log messages will be collected each time an action is performed by the plugin. This is mainly used to investigate when an error occurs.",
        "desc_tip": true,
        "class": "",
        "default": "0",
        "options": {
            "0": "No",
            "1": "Yes"
        }
    },
    {
        "id": "md_see_log_button",
        "type": "md_button_logs"
    },
    {
        "id": "md_section_account",
        "type": "sectionend"
    }
]
