{
  "_comment": "!!! THIS IS AN AUTOMATICALLY GENERATED FILE - DO NOT EDIT !!!",
  "name": "squad-modules/inline-content-item",
  "d4Shortcode": "disq_inline_content_item",
  "title": "Inline Content Item",
  "titles": "Inline Content Items",
  "moduleIcon": "squad-modules/inline-content",
  "moduleClassName": "disq_inline_content_item",
  "category": "module",
  "folder": "squad-modules",
  "parentModuleName": "squad-modules/inline-content",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "settings": {
        "meta": {
          "adminLabel": {}
        },
        "advanced": {
          "htmlAttributes": {}
        },
        "decoration": {
          "animation": {},
          "border": {},
          "boxShadow": {},
          "conditions": {},
          "disabledOn": {},
          "filters": {},
          "fonts": {},
          "overflow": {},
          "position": {},
          "scroll": {},
          "sizing": {},
          "spacing": {},
          "sticky": {},
          "transform": {},
          "transition": {},
          "zIndex": {}
        }
      },
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Inline Content Item"
            }
          }
        }
      }
    },
    "itemSettings": {
      "type": "object",
      "selector": "{{selector}} .squad-inline__item",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "contentType": {
              "groupSlug": "contentItem",
              "attrName": "itemSettings.innerContent",
              "subName": "contentType",
              "label": "Content Type",
              "description": "What this item renders.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "text": {
                      "label": "Text"
                    },
                    "icon": {
                      "label": "Icon"
                    },
                    "image": {
                      "label": "Image"
                    },
                    "button": {
                      "label": "Button"
                    },
                    "divider": {
                      "label": "Divider"
                    }
                  }
                }
              }
            },
            "text": {
              "groupSlug": "contentItem",
              "attrName": "itemSettings.innerContent",
              "subName": "text",
              "label": "Text",
              "description": "Text content for the item.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            },
            "icon": {
              "groupSlug": "contentItem",
              "attrName": "itemSettings.innerContent",
              "subName": "icon",
              "label": "Icon",
              "description": "Divi icon for the item.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 30,
              "component": {
                "type": "field",
                "name": "divi/select-icon"
              }
            },
            "image": {
              "groupSlug": "contentItem",
              "attrName": "itemSettings.innerContent",
              "subName": "image",
              "label": "Image",
              "description": "Image URL for the item.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 40,
              "component": {
                "type": "field",
                "name": "divi/upload"
              }
            },
            "imageAlt": {
              "groupSlug": "contentItem",
              "attrName": "itemSettings.innerContent",
              "subName": "imageAlt",
              "label": "Image Alt Text",
              "description": "Alt text for the image.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 50,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            },
            "buttonText": {
              "groupSlug": "contentItem",
              "attrName": "itemSettings.innerContent",
              "subName": "buttonText",
              "label": "Button Text",
              "description": "Label for the button.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 60,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            },
            "buttonUrl": {
              "groupSlug": "contentItem",
              "attrName": "itemSettings.innerContent",
              "subName": "buttonUrl",
              "label": "Button URL",
              "description": "URL for the button link.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 70,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            },
            "buttonNewWindow": {
              "groupSlug": "contentItem",
              "attrName": "itemSettings.innerContent",
              "subName": "buttonNewWindow",
              "label": "Open Button in New Tab",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 80,
              "component": {
                "type": "field",
                "name": "divi/toggle"
              }
            },
            "dividerStyle": {
              "groupSlug": "contentItem",
              "attrName": "itemSettings.innerContent",
              "subName": "dividerStyle",
              "label": "Divider Style",
              "description": "Line or dot.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 90,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "line": {
                      "label": "Line"
                    },
                    "dot": {
                      "label": "Dot"
                    }
                  }
                }
              }
            },
            "useLink": {
              "groupSlug": "contentLink",
              "attrName": "itemSettings.innerContent",
              "subName": "useLink",
              "label": "Enable Link",
              "description": "Wrap text/icon/image in a link. No-op for button/divider.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/toggle"
              }
            },
            "linkUrl": {
              "groupSlug": "contentLink",
              "attrName": "itemSettings.innerContent",
              "subName": "linkUrl",
              "label": "Link URL",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            },
            "linkNewWindow": {
              "groupSlug": "contentLink",
              "attrName": "itemSettings.innerContent",
              "subName": "linkNewWindow",
              "label": "Open Link in New Tab",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 30,
              "component": {
                "type": "field",
                "name": "divi/toggle"
              }
            },
            "iconColor": {
              "groupSlug": "designIcon",
              "attrName": "itemSettings.innerContent",
              "subName": "iconColor",
              "label": "Icon Color",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/color"
              }
            },
            "iconSize": {
              "groupSlug": "designIcon",
              "attrName": "itemSettings.innerContent",
              "subName": "iconSize",
              "label": "Icon Size",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 8,
                  "max": 120,
                  "step": 1,
                  "allowedUnits": [
                    "px",
                    "em",
                    "rem"
                  ],
                  "defaultUnit": "px"
                }
              }
            },
            "imageWidth": {
              "groupSlug": "designImage",
              "attrName": "itemSettings.innerContent",
              "subName": "imageWidth",
              "label": "Image Width",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 500,
                  "step": 1,
                  "allowedUnits": [
                    "px",
                    "em",
                    "rem",
                    "%"
                  ],
                  "defaultUnit": "px"
                }
              }
            },
            "imageHeight": {
              "groupSlug": "designImage",
              "attrName": "itemSettings.innerContent",
              "subName": "imageHeight",
              "label": "Image Height",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 500,
                  "step": 1,
                  "allowedUnits": [
                    "px",
                    "em",
                    "rem",
                    "%"
                  ],
                  "defaultUnit": "px"
                }
              }
            },
            "imageRadius": {
              "groupSlug": "designImage",
              "attrName": "itemSettings.innerContent",
              "subName": "imageRadius",
              "label": "Image Border Radius",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 30,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 100,
                  "step": 1,
                  "allowedUnits": [
                    "px",
                    "em",
                    "rem",
                    "%"
                  ],
                  "defaultUnit": "px"
                }
              }
            },
            "dividerLength": {
              "groupSlug": "designDivider",
              "attrName": "itemSettings.innerContent",
              "subName": "dividerLength",
              "label": "Divider Length",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 1,
                  "max": 200,
                  "step": 1,
                  "allowedUnits": [
                    "px",
                    "em",
                    "rem",
                    "%"
                  ],
                  "defaultUnit": "px"
                }
              }
            },
            "dividerThickness": {
              "groupSlug": "designDivider",
              "attrName": "itemSettings.innerContent",
              "subName": "dividerThickness",
              "label": "Divider Thickness",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 1,
                  "max": 20,
                  "step": 1,
                  "allowedUnits": [
                    "px"
                  ],
                  "defaultUnit": "px"
                }
              }
            },
            "dividerColor": {
              "groupSlug": "designDivider",
              "attrName": "itemSettings.innerContent",
              "subName": "dividerColor",
              "label": "Divider Color",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 30,
              "component": {
                "type": "field",
                "name": "divi/color"
              }
            }
          }
        }
      },
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "contentType": "text",
              "text": "",
              "icon": "",
              "image": "",
              "imageAlt": "",
              "buttonText": "",
              "buttonUrl": "",
              "buttonNewWindow": "off",
              "dividerStyle": "line",
              "useLink": "off",
              "linkUrl": "",
              "linkNewWindow": "off"
            }
          }
        }
      }
    }
  },
  "settings": {
    "groups": {
      "contentItem": {
        "panel": "content",
        "priority": 10,
        "groupName": "item",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Item"
          }
        }
      },
      "contentLink": {
        "panel": "content",
        "priority": 20,
        "groupName": "link",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Link"
          }
        }
      },
      "designIcon": {
        "panel": "design",
        "priority": 10,
        "groupName": "icon",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Icon"
          }
        }
      },
      "designImage": {
        "panel": "design",
        "priority": 20,
        "groupName": "image",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Image"
          }
        }
      },
      "designDivider": {
        "panel": "design",
        "priority": 30,
        "groupName": "divider",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Divider"
          }
        }
      }
    }
  }
}
