[
  {
    "type": "text",
    "id": "ump-currency-symbol",
    "title": "Currency symbol",
    "content": "Set the currency symbol of the membership prices."
  },
  {
    "type": "select",
    "id": "ump-visibility",
    "title": "Visibility",
    "content": "Initialize and display the chat widget and tickets only for members.",
    "value": [
      [ "", "All visitors" ],
      [ "members", "Members only" ],
      [ "paying-members", "Paying members only" ]
    ]
  },
  {
    "type": "repeater",
    "id": "ump-departments",
    "title": "Departments",
    "content": "Automatically assigns a department based on the user's membership level. Insert -1 as membership ID for users without membership.",
    "help": "https://board.support/docs/#departments",
    "items": [
      {
        "type": "text",
        "name": "Department ID",
        "id": "department-id"
      },
      {
        "type": "text",
        "name": "Membership ID",
        "id": "membership-id"
      }
    ]
  }
]