{
  "_comment": "!!! THIS IS AN AUTOMATICALLY GENERATED FILE - DO NOT EDIT !!!",
  "name": "squad-modules/floating-image",
  "d4Shortcode": "disq_floating_image",
  "title": "Floating Image",
  "titles": "Floating Images",
  "moduleIcon": "squad-modules/floating-images",
  "moduleClassName": "disq_floating_image",
  "category": "module",
  "folder": "squad-modules",
  "parentModuleName": "squad-modules/floating-images",
  "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": "Floating Image"
            }
          }
        }
      }
    },
    "itemSettings": {
      "type": "object",
      "selector": "{{selector}} .squad-floating__item",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "image": {
              "groupSlug": "contentImage",
              "attrName": "itemSettings.innerContent",
              "subName": "image",
              "label": "Image",
              "description": "Image URL.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/upload"
              }
            },
            "imageAlt": {
              "groupSlug": "contentImage",
              "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": 20,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            },
            "motionType": {
              "groupSlug": "contentAnimation",
              "attrName": "itemSettings.innerContent",
              "subName": "motionType",
              "label": "Float Motion",
              "description": "How the image floats.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "up-down": {
                      "label": "Up / Down"
                    },
                    "left-right": {
                      "label": "Left / Right"
                    },
                    "diagonal": {
                      "label": "Diagonal"
                    },
                    "rotate": {
                      "label": "Rotate / Sway"
                    }
                  }
                }
              }
            },
            "horizontalPosition": {
              "groupSlug": "contentAnimation",
              "attrName": "itemSettings.innerContent",
              "subName": "horizontalPosition",
              "label": "Horizontal Position",
              "description": "Offset from the container left.",
              "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": [
                    "%",
                    "px",
                    "em"
                  ],
                  "defaultUnit": "%"
                }
              }
            },
            "verticalPosition": {
              "groupSlug": "contentAnimation",
              "attrName": "itemSettings.innerContent",
              "subName": "verticalPosition",
              "label": "Vertical Position",
              "description": "Offset from the container top.",
              "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"
                  ],
                  "defaultUnit": "%"
                }
              }
            },
            "floatDistance": {
              "groupSlug": "contentAnimation",
              "attrName": "itemSettings.innerContent",
              "subName": "floatDistance",
              "label": "Float Distance",
              "description": "How far the image travels each cycle.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 40,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 200,
                  "step": 1,
                  "allowedUnits": [
                    "px",
                    "%"
                  ],
                  "defaultUnit": "px"
                }
              }
            },
            "rotateAngle": {
              "groupSlug": "contentAnimation",
              "attrName": "itemSettings.innerContent",
              "subName": "rotateAngle",
              "label": "Rotate Angle (deg)",
              "description": "Sway angle in degrees (may be negative).",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 50,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": -90,
                  "max": 90,
                  "step": 1,
                  "allowedUnits": [],
                  "defaultUnit": ""
                }
              }
            },
            "duration": {
              "groupSlug": "contentAnimation",
              "attrName": "itemSettings.innerContent",
              "subName": "duration",
              "label": "Duration (ms)",
              "description": "One full cycle in milliseconds.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 60,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 100,
                  "max": 20000,
                  "step": 50,
                  "allowedUnits": [],
                  "defaultUnit": ""
                }
              }
            },
            "delay": {
              "groupSlug": "contentAnimation",
              "attrName": "itemSettings.innerContent",
              "subName": "delay",
              "label": "Delay (ms)",
              "description": "Start delay in milliseconds.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 70,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 5000,
                  "step": 50,
                  "allowedUnits": [],
                  "defaultUnit": ""
                }
              }
            },
            "easing": {
              "groupSlug": "contentAnimation",
              "attrName": "itemSettings.innerContent",
              "subName": "easing",
              "label": "Easing",
              "description": "Animation timing function.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 80,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "linear": {
                      "label": "Linear"
                    },
                    "ease": {
                      "label": "Ease"
                    },
                    "ease-in": {
                      "label": "Ease In"
                    },
                    "ease-out": {
                      "label": "Ease Out"
                    },
                    "ease-in-out": {
                      "label": "Ease In Out"
                    },
                    "smooth": {
                      "label": "Smooth"
                    }
                  }
                }
              }
            },
            "useLink": {
              "groupSlug": "contentLink",
              "attrName": "itemSettings.innerContent",
              "subName": "useLink",
              "label": "Enable Link",
              "description": "Wrap the image in a link.",
              "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"
              }
            },
            "imageMaxWidth": {
              "groupSlug": "designImage",
              "attrName": "itemSettings.innerContent",
              "subName": "imageMaxWidth",
              "label": "Image Max Width",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 1000,
                  "step": 1,
                  "allowedUnits": [
                    "px",
                    "em",
                    "rem",
                    "%"
                  ],
                  "defaultUnit": "px"
                }
              }
            },
            "imageMaxHeight": {
              "groupSlug": "designImage",
              "attrName": "itemSettings.innerContent",
              "subName": "imageMaxHeight",
              "label": "Image Max Height",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 1000,
                  "step": 1,
                  "allowedUnits": [
                    "px",
                    "em",
                    "rem",
                    "%"
                  ],
                  "defaultUnit": "px"
                }
              }
            }
          }
        }
      },
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "image": "",
              "imageAlt": "",
              "motionType": "up-down",
              "horizontalPosition": "0%",
              "verticalPosition": "0%",
              "floatDistance": "20px",
              "rotateAngle": "8",
              "duration": "4000",
              "delay": "0",
              "easing": "ease-in-out",
              "useLink": "off",
              "linkUrl": "",
              "linkNewWindow": "off"
            }
          }
        }
      }
    }
  },
  "settings": {
    "groups": {
      "contentImage": {
        "panel": "content",
        "priority": 10,
        "groupName": "image",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Image"
          }
        }
      },
      "contentAnimation": {
        "panel": "content",
        "priority": 20,
        "groupName": "animation",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Animation"
          }
        }
      },
      "contentLink": {
        "panel": "content",
        "priority": 30,
        "groupName": "link",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Link"
          }
        }
      },
      "designImage": {
        "panel": "design",
        "priority": 10,
        "groupName": "image",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Image"
          }
        }
      }
    }
  }
}
