{
  "_comment": "!!! THIS IS AN AUTOMATICALLY GENERATED FILE - DO NOT EDIT !!!",
  "name": "squad-modules/timeline",
  "d4Shortcode": "disq_timeline",
  "title": "Timeline",
  "titles": "Timelines",
  "moduleIcon": "squad-modules/timeline",
  "moduleClassName": "disq_timeline",
  "category": "module",
  "folder": "squad-modules",
  "childModuleName": "squad-modules/timeline-item",
  "childModuleTitle": "Timeline Item",
  "childrenName": [
    "squad-modules/timeline-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": "Timeline"
            }
          }
        }
      }
    },
    "timeline": {
      "type": "object",
      "selector": "{{selector}} .squad-timeline",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "orientation": {
              "groupSlug": "contentLayout",
              "attrName": "timeline.innerContent",
              "subName": "orientation",
              "label": "Orientation",
              "description": "Direction the timeline runs.",
              "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"
                    }
                  }
                }
              }
            },
            "layout": {
              "groupSlug": "contentLayout",
              "attrName": "timeline.innerContent",
              "subName": "layout",
              "label": "Layout",
              "description": "How items are distributed around the line.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "alternating": {
                      "label": "Alternating"
                    },
                    "left": {
                      "label": "Left"
                    },
                    "right": {
                      "label": "Right"
                    }
                  }
                }
              }
            },
            "revealOnScroll": {
              "groupSlug": "contentLayout",
              "attrName": "timeline.innerContent",
              "subName": "revealOnScroll",
              "label": "Reveal On Scroll",
              "description": "Fade items in as they enter the viewport.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 30,
              "component": {
                "type": "field",
                "name": "divi/toggle"
              }
            },
            "revealStagger": {
              "groupSlug": "contentLayout",
              "attrName": "timeline.innerContent",
              "subName": "revealStagger",
              "label": "Reveal Stagger (ms)",
              "description": "Delay between each item revealing.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 40,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 600,
                  "step": 10,
                  "allowedUnits": [],
                  "defaultUnit": ""
                }
              }
            },
            "lineColor": {
              "groupSlug": "designTimeline",
              "attrName": "timeline.innerContent",
              "subName": "lineColor",
              "label": "Line Color",
              "description": "Color of the connecting timeline line.",
              "features": {
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/color-picker"
              }
            },
            "markerColor": {
              "groupSlug": "designTimeline",
              "attrName": "timeline.innerContent",
              "subName": "markerColor",
              "label": "Marker Color",
              "description": "Color of the item markers.",
              "features": {
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/color-picker"
              }
            }
          }
        }
      },
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "orientation": "vertical",
              "layout": "alternating",
              "revealOnScroll": "on",
              "revealStagger": "120",
              "lineColor": "#5E2EFF",
              "markerColor": "#5E2EFF"
            }
          }
        }
      }
    },
    "track": {
      "type": "object",
      "selector": "{{selector}} .squad-timeline__track",
      "settings": {
        "decoration": {
          "background": {},
          "border": {},
          "spacing": {}
        }
      }
    },
    "line": {
      "type": "object",
      "selector": "{{selector}} .squad-timeline__line",
      "settings": {
        "decoration": {
          "background": {},
          "border": {}
        }
      }
    }
  },
  "settings": {
    "groups": {
      "contentLayout": {
        "panel": "content",
        "priority": 10,
        "groupName": "timeline",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Layout"
          }
        }
      },
      "designTimeline": {
        "panel": "design",
        "priority": 10,
        "groupName": "timeline",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Timeline"
          }
        }
      }
    }
  }
}
