{
  "name": "wsform/ws-form-module",
  "d4Shortcode": "ws_form_divi",
  "title": "WS Form",
  "titles": "WS Forms",
  "moduleIcon": "wsform/ws-form-module",
  "moduleClassName": "ws_form_divi5",
  "moduleOrderClassName": "ws_form_divi5",
  "category": "module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "settings": {
        "meta": {
          "adminLabel": {}
        },
        "advanced": {
          "link": {},
          "htmlAttributes": {}
        },
        "decoration": {
          "attributes": {},
          "background": {},
          "sizing": {},
          "spacing": {},
          "border": {},
          "boxShadow": {},
          "filters": {},
          "transform": {},
          "animation": {},
          "overflow": {},
          "disabledOn": {},
          "transition": {},
          "position": {},
          "zIndex": {},
          "scroll": {},
          "sticky": {}
        }
      }
    },
    "formId": {
      "type": "object",
      "selector": "{{selector}}",
      "settings": {
        "innerContent": {
          "groupType": "group-item",
          "item": {
            "groupSlug": "contentForm",
            "priority": 10,
            "render": true,
            "attrName": "formId",
            "label": "Form",
            "description": "Select the form to embed in this Divi module.",
            "features": {
              "sticky": false,
              "dynamicContent": false,
              "responsive": false
            },
            "component": {
              "name": "divi/select",
              "type": "field",
              "props": {
                "options": []
              }
            }
          }
        }
      }
    }
  },
  "customCssFields": {
    "formWrapper": {
      "subName": "formWrapper",
      "selectorSuffix": " .ws_form_divi5__inner"
    }
  },
  "settings": {
    "content": "auto",
    "design": "auto",
    "advanced": "auto",
    "groups": {
      "contentForm": {
        "panel": "content",
        "priority": 10,
        "groupName": "contentForm",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Form Settings"
          }
        }
      }
    }
  }
}