[
  {
    "name": "title",
    "label": "Title",
    "type": "text",
    "description": "Title for the export page.",
    "default": "Document Export"
  },
  {
    "name": "description",
    "label": "Description",
    "type": "text",
    "widget": "html",
    "description": "Description of the export page.",
    "default": "On this page you can choose to export your text, goals and goals assessments.",
    "enterMode": "p",
    "tags": [
      "strong",
      "em",
      "u",
      "a",
      "ul",
      "ol",
      "h2",
      "h3",
      "hr"
    ],
    "optional": true
  },
  {
    "name": "createDocumentLabel",
    "label": "Create document button label",
    "type": "text",
    "description": "Text that will be displayed on the \"Create document\"-button.",
    "default": "Create document"
  },
  {
    "name": "selectAllTextLabel",
    "label": "Select all exportable text button label",
    "type": "text",
    "description": "Text that will be displayed on the \"Select all text\"-button.",
    "default": "Select all text"
  },
  {
    "name": "exportTextLabel",
    "label": "Export text button label",
    "type": "text",
    "description": "Text that will be displayed on the \"Export text\"-button.",
    "default": "Export text"
  },
  {
    "name": "helpTextLabel",
    "label": "Label for help text",
    "type": "text",
    "description": "Label for showing additional helpful information to the user.",
    "default": "More information"
  },
  {
    "name": "helpText",
    "label": "Fill in additional help information",
    "type": "text",
    "widget": "html",
    "description": "Here you can fill in additional helpful information for the user.",
    "enterMode": "p",
    "optional": true,
    "tags": [
      "strong",
      "em",
      "u",
      "a",
      "ul",
      "ol",
      "h2",
      "h3",
      "hr"
    ],
    "optional": true
  },
  {
    "name": "requiresInputErrorMessage",
    "label": "Required input missing text",
    "type": "text",
    "description": "An error message which will be displayed if one or more required input fields have not been filled.",
    "default": "One or more required input fields need to be filled."
  }
]
