{
  "_comment": "!!! THIS IS AN AUTOMATICALLY GENERATED FILE - DO NOT EDIT !!!",
  "name": "squad-modules/logo-grid",
  "d4Shortcode": "disq_logo_grid",
  "title": "Logo Grid",
  "titles": "Logo Grids",
  "moduleIcon": "squad-modules/logo-grid",
  "moduleClassName": "disq_logo_grid",
  "category": "module",
  "folder": "squad-modules",
  "childModuleName": "squad-modules/logo-grid-item",
  "childModuleTitle": "Logo Grid Item",
  "childrenName": [
    "squad-modules/logo-grid-item"
  ],
  "allowAllElements": true,
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "settings": {
        "meta": {
          "adminLabel": {}
        },
        "advanced": {
          "htmlAttributes": {}
        },
        "decoration": {
          "animation": {},
          "background": {},
          "border": {},
          "boxShadow": {},
          "conditions": {},
          "disabledOn": {},
          "filters": {},
          "overflow": {},
          "position": {},
          "scroll": {},
          "sizing": {},
          "spacing": {},
          "sticky": {},
          "transform": {},
          "transition": {},
          "zIndex": {}
        }
      },
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Logo Grid"
            }
          }
        }
      }
    },
    "grid": {
      "type": "object",
      "selector": "{{selector}} .squad-logo-grid",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "columns": {
              "groupSlug": "contentGridSettings",
              "attrName": "grid.innerContent",
              "subName": "columns",
              "label": "Columns",
              "description": "Number of logo columns.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 1,
                  "max": 8,
                  "step": 1,
                  "allowedUnits": [],
                  "defaultUnit": "",
                  "unitless": true
                }
              }
            },
            "columnsTablet": {
              "groupSlug": "contentGridSettings",
              "attrName": "grid.innerContent",
              "subName": "columnsTablet",
              "label": "Columns (Tablet)",
              "description": "Number of logo columns on tablet.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 11,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 1,
                  "max": 8,
                  "step": 1,
                  "allowedUnits": [],
                  "defaultUnit": "",
                  "unitless": true
                }
              }
            },
            "columnsPhone": {
              "groupSlug": "contentGridSettings",
              "attrName": "grid.innerContent",
              "subName": "columnsPhone",
              "label": "Columns (Phone)",
              "description": "Number of logo columns on phone.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 12,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 1,
                  "max": 8,
                  "step": 1,
                  "allowedUnits": [],
                  "defaultUnit": "",
                  "unitless": true
                }
              }
            },
            "gap": {
              "groupSlug": "contentGridSettings",
              "attrName": "grid.innerContent",
              "subName": "gap",
              "label": "Gap (px)",
              "description": "Gap between logo items.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 100,
                  "step": 1,
                  "allowedUnits": [],
                  "defaultUnit": "",
                  "unitless": true
                }
              }
            },
            "logoMaxWidth": {
              "groupSlug": "contentLogoSizing",
              "attrName": "grid.innerContent",
              "subName": "logoMaxWidth",
              "label": "Logo Max Width",
              "description": "Maximum width of each logo (e.g. 160px).",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            },
            "logoMaxHeight": {
              "groupSlug": "contentLogoSizing",
              "attrName": "grid.innerContent",
              "subName": "logoMaxHeight",
              "label": "Logo Max Height",
              "description": "Maximum height of each logo (e.g. 80px).",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            },
            "hoverEffect": {
              "groupSlug": "contentHoverEffect",
              "attrName": "grid.innerContent",
              "subName": "hoverEffect",
              "label": "Hover Effect",
              "description": "Effect applied to logos on hover.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "grayscale": {
                      "label": "Grayscale to Color"
                    },
                    "opacity": {
                      "label": "Opacity"
                    },
                    "zoom": {
                      "label": "Zoom"
                    },
                    "none": {
                      "label": "None"
                    }
                  }
                }
              }
            },
            "hoverOpacity": {
              "groupSlug": "contentHoverEffect",
              "attrName": "grid.innerContent",
              "subName": "hoverOpacity",
              "label": "Resting Opacity",
              "description": "Logo opacity at rest (when Hover Effect is Opacity).",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 1,
                  "step": 0.05,
                  "allowedUnits": [],
                  "defaultUnit": "",
                  "unitless": true
                }
              }
            }
          }
        }
      },
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "columns": "4",
              "columnsTablet": "3",
              "columnsPhone": "2",
              "gap": "30",
              "logoMaxWidth": "160px",
              "logoMaxHeight": "80px",
              "hoverEffect": "grayscale",
              "hoverOpacity": "0.5"
            }
          }
        }
      }
    }
  },
  "settings": {
    "groups": {
      "contentGridSettings": {
        "panel": "content",
        "priority": 10,
        "groupName": "gridSettings",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Grid Settings"
          }
        }
      },
      "contentLogoSizing": {
        "panel": "content",
        "priority": 20,
        "groupName": "logoSizing",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Logo Sizing"
          }
        }
      },
      "contentHoverEffect": {
        "panel": "content",
        "priority": 30,
        "groupName": "hoverEffect",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Hover Effect"
          }
        }
      }
    }
  }
}
