{
  "_comment": "!!! THIS IS AN AUTOMATICALLY GENERATED FILE - DO NOT EDIT !!!",
  "name": "squad-modules/step-flow",
  "d4Shortcode": "disq_step_flow",
  "title": "Step Flow",
  "titles": "Step Flows",
  "moduleIcon": "squad-modules/step-flow",
  "moduleClassName": "disq_step_flow",
  "category": "module",
  "folder": "squad-modules",
  "childModuleName": "squad-modules/step-flow-item",
  "childModuleTitle": "Step Flow Item",
  "childrenName": [
    "squad-modules/step-flow-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": "Step Flow"
            }
          }
        }
      }
    },
    "stepFlow": {
      "type": "object",
      "selector": "{{selector}} .squad-step-flow",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "orientation": {
              "groupSlug": "contentLayout",
              "attrName": "stepFlow.innerContent",
              "subName": "orientation",
              "label": "Orientation",
              "description": "Direction the steps flow.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "vertical": {
                      "label": "Vertical"
                    },
                    "horizontal": {
                      "label": "Horizontal"
                    }
                  }
                }
              }
            },
            "revealOnScroll": {
              "groupSlug": "contentLayout",
              "attrName": "stepFlow.innerContent",
              "subName": "revealOnScroll",
              "label": "Reveal On Scroll",
              "description": "Animate steps into view as they scroll onto the screen.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/toggle"
              }
            },
            "revealDelay": {
              "groupSlug": "contentLayout",
              "attrName": "stepFlow.innerContent",
              "subName": "revealDelay",
              "label": "Reveal Delay (ms)",
              "description": "Per-step stagger delay when revealing on scroll.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 30,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 2000,
                  "step": 10,
                  "allowedUnits": [],
                  "defaultUnit": ""
                }
              }
            },
            "connectorLineStyle": {
              "groupSlug": "designConnector",
              "attrName": "stepFlow.innerContent",
              "subName": "connectorLineStyle",
              "label": "Connector Line Style",
              "description": "Line style of the connector between steps.",
              "features": {
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "solid": {
                      "label": "Solid"
                    },
                    "dashed": {
                      "label": "Dashed"
                    },
                    "dotted": {
                      "label": "Dotted"
                    }
                  }
                }
              }
            },
            "connectorColor": {
              "groupSlug": "designConnector",
              "attrName": "stepFlow.innerContent",
              "subName": "connectorColor",
              "label": "Connector Color",
              "description": "Color of the connector line between steps.",
              "features": {
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/color-picker"
              }
            },
            "connectorWidth": {
              "groupSlug": "designConnector",
              "attrName": "stepFlow.innerContent",
              "subName": "connectorWidth",
              "label": "Connector Width",
              "description": "Thickness of the connector line.",
              "features": {
                "sticky": false
              },
              "render": true,
              "priority": 30,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 1,
                  "max": 12,
                  "step": 1,
                  "allowedUnits": [
                    "px"
                  ],
                  "defaultUnit": "px"
                }
              }
            },
            "showArrow": {
              "groupSlug": "designConnector",
              "attrName": "stepFlow.innerContent",
              "subName": "showArrow",
              "label": "Show Arrow",
              "description": "Render an arrowhead at the end of each connector segment.",
              "features": {
                "sticky": false
              },
              "render": true,
              "priority": 40,
              "component": {
                "type": "field",
                "name": "divi/toggle"
              }
            }
          }
        }
      },
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "orientation": "vertical",
              "revealOnScroll": "on",
              "revealDelay": "100",
              "connectorLineStyle": "solid",
              "connectorColor": "#5E2EFF",
              "connectorWidth": "2px",
              "showArrow": "off"
            }
          }
        }
      }
    }
  },
  "settings": {
    "groups": {
      "contentLayout": {
        "panel": "content",
        "priority": 10,
        "groupName": "stepFlow",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Layout"
          }
        }
      },
      "designConnector": {
        "panel": "design",
        "priority": 10,
        "groupName": "stepFlow",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Connector"
          }
        }
      }
    }
  }
}
