{
  "_comment": "!!! THIS IS AN AUTOMATICALLY GENERATED FILE - DO NOT EDIT !!!",
  "name": "squad-modules/advanced-tabs-item",
  "d4Shortcode": "disq_advanced_tabs_item",
  "title": "Tab",
  "titles": "Tabs",
  "moduleIcon": "squad-modules/advanced-tabs",
  "moduleClassName": "disq_advanced_tabs_item",
  "category": "child-module",
  "folder": "squad-modules",
  "parentModuleName": "squad-modules/advanced-tabs",
  "allowAllElements": true,
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "settings": {
        "meta": {
          "adminLabel": {}
        },
        "decoration": {
          "background": {},
          "border": {},
          "boxShadow": {},
          "disabledOn": {},
          "filters": {},
          "font": {},
          "spacing": {}
        }
      },
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Tab"
            }
          }
        }
      }
    },
    "tab": {
      "type": "object",
      "selector": "{{selector}} .squad-tab-panel",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "title": {
              "groupSlug": "contentInfo",
              "attrName": "tab.innerContent",
              "subName": "title",
              "label": "Tab Title",
              "description": "The label shown on the tab button.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            },
            "tabIcon": {
              "groupSlug": "contentInfo",
              "attrName": "tab.innerContent",
              "subName": "tabIcon",
              "label": "Tab Icon",
              "description": "Optional icon shown next to the tab title.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/icon-picker"
              }
            },
            "content": {
              "groupSlug": "contentInfo",
              "attrName": "tab.innerContent",
              "subName": "content",
              "label": "Content",
              "description": "The body content shown when this tab is active.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 30,
              "component": {
                "type": "field",
                "name": "divi/textarea"
              }
            }
          }
        }
      },
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "title": "Tab",
              "tabIcon": "",
              "content": "Tab content goes here."
            }
          }
        }
      }
    }
  },
  "settings": {
    "groups": {
      "contentInfo": {
        "panel": "content",
        "priority": 10,
        "groupName": "info",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Tab"
          }
        }
      }
    }
  }
}
