{
  "apiVersion": 3,
  "name": "wbls/form",
  "title": "Whistleblowing Form",
  "category": "widgets",
  "description": "Embed a Whistleblowing System form.",
  "keywords": ["whistleblowing", "report", "wbls"],
  "textdomain": "whistleblowing-system",
  "attributes": {
    "formId": {
      "type": "number",
      "default": 0
    },
    "themeId": {
      "type": "number",
      "default": 0
    },
    "displayType": {
      "type": "string",
      "default": "tab"
    }
  },
  "supports": {
    "align": ["wide", "full"],
    "anchor": true,
    "html": false
  },
  "editorScript": "wbls-form-editor",
  "style": ["wbls-frontend-style", "wbls-frontend-default-style"],
  "editorStyle": ["file:../../frontend/assets/css/style.css", "file:../../frontend/assets/css/default.css"]
}