[
  {
    "type": "multi-input",
    "id": "woocommerce",
    "title": "WordPress",
    "content": "WordPress settings.",
    "value": [
      {
        "type": "text",
        "id": "woocommerce-payment-page",
        "title": "Payment page URL"
      },
      {
        "type": "text",
        "id": "wp-payment-option-name",
        "title": "Payment option name"
      },
      {
        "type": "text",
        "id": "wp-payment-option-text",
        "title": "Payment option description"
      },
      {
        "type": "text",
        "id": "wp-payment-option-icon",
        "title": "Payment option name icon URL"
      },
      {
        "type": "checkbox",
        "id": "woocommerce-do-not-complete",
        "title": "Do not finalize order"
      }
    ]
  }
]