{
  "_comment": "!!! THIS IS AN AUTOMATICALLY GENERATED FILE - DO NOT EDIT !!!",
  "name": "squad-modules/image-accordion",
  "d4Shortcode": "disq_image_accordion",
  "title": "Image Accordion",
  "titles": "Image Accordions",
  "moduleIcon": "squad-modules/image-accordion",
  "moduleClassName": "disq_image_accordion",
  "category": "module",
  "folder": "squad-modules",
  "childModuleName": "squad-modules/image-accordion-item",
  "childModuleTitle": "Panel",
  "childrenName": [
    "squad-modules/image-accordion-item"
  ],
  "allowAllElements": true,
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "settings": {
        "meta": {
          "adminLabel": {}
        },
        "advanced": {
          "htmlAttributes": {}
        },
        "decoration": {
          "animation": {},
          "background": {},
          "border": {},
          "boxShadow": {},
          "conditions": {},
          "disabledOn": {},
          "filters": {},
          "font": {},
          "overflow": {},
          "position": {},
          "scroll": {},
          "sizing": {},
          "spacing": {},
          "sticky": {},
          "transform": {},
          "transition": {},
          "zIndex": {}
        }
      },
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Image Accordion"
            }
          }
        }
      }
    },
    "accordion": {
      "type": "object",
      "selector": "{{selector}} .squad-image-accordion",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "orientation": {
              "groupSlug": "contentAccordion",
              "attrName": "accordion.innerContent",
              "subName": "orientation",
              "label": "Orientation",
              "description": "Lay the panels out side-by-side (horizontal) or stacked (vertical).",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "horizontal": {
                      "label": "Horizontal"
                    },
                    "vertical": {
                      "label": "Vertical"
                    }
                  }
                }
              }
            },
            "expandTrigger": {
              "groupSlug": "contentAccordion",
              "attrName": "accordion.innerContent",
              "subName": "expandTrigger",
              "label": "Expand Trigger",
              "description": "What activates a panel: click or hover.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "click": {
                      "label": "Click"
                    },
                    "hover": {
                      "label": "Hover"
                    }
                  }
                }
              }
            },
            "defaultActive": {
              "groupSlug": "contentAccordion",
              "attrName": "accordion.innerContent",
              "subName": "defaultActive",
              "label": "Default Active Panel",
              "description": "Which panel is expanded by default (1-based). Clamped to the number of panels.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 30,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 1,
                  "max": 20,
                  "step": 1,
                  "allowedUnits": [],
                  "defaultUnit": ""
                }
              }
            },
            "collapsedSize": {
              "groupSlug": "designPanel",
              "attrName": "accordion.innerContent",
              "subName": "collapsedSize",
              "label": "Collapsed Size",
              "description": "Thin-strip width (horizontal) / height (vertical) of inactive panels.",
              "features": {
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 600,
                  "step": 1,
                  "allowedUnits": [
                    "px",
                    "%",
                    "vw"
                  ],
                  "defaultUnit": "px"
                }
              }
            },
            "overlayBackground": {
              "groupSlug": "designPanel",
              "attrName": "accordion.innerContent",
              "subName": "overlayBackground",
              "label": "Overlay Background",
              "description": "Scrim shown behind the nested content when a panel is active.",
              "features": {
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/color-picker"
              }
            },
            "overlayOpacity": {
              "groupSlug": "designPanel",
              "attrName": "accordion.innerContent",
              "subName": "overlayOpacity",
              "label": "Overlay Opacity",
              "description": "Opacity of the active-panel scrim.",
              "features": {
                "sticky": false
              },
              "render": true,
              "priority": 30,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 100,
                  "step": 1,
                  "allowedUnits": [
                    "%"
                  ],
                  "defaultUnit": "%"
                }
              }
            }
          }
        }
      },
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "orientation": "horizontal",
              "expandTrigger": "click",
              "defaultActive": "1",
              "collapsedSize": "60px",
              "overlayBackground": "rgba(0,0,0,0.6)",
              "overlayOpacity": "60"
            }
          }
        }
      }
    }
  },
  "settings": {
    "groups": {
      "contentAccordion": {
        "panel": "content",
        "priority": 10,
        "groupName": "settings",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Accordion Settings"
          }
        }
      },
      "designPanel": {
        "panel": "design",
        "priority": 10,
        "groupName": "accordion",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Panel"
          }
        }
      }
    }
  }
}
