{
  "apiVersion": 2,
  "name": "namespace/journey-timeline-block",
  "title": "Our Journey Block",
  "category": "widgets",
  "icon": "clock",
  "editorScript": "journey-timeline-block",
  "editorStyle": "journey-timeline-block-editor-style",
  "style": "journey-timeline-block-style",
  "render": "file:./frontend.jsx",
  "attributes": {
    "className": {"type": "string", "default": ""},
    "heading": { "type": "string", "default": "Our Journey" },
    "entries": {"type": "array", "default": []},
    "layout": {"type": "string", "default": "layoutOne"},
    "isPreview": {"type": "boolean", "default": false },
    "showHeading": {"type": "boolean", "default": 1 },
    "showYear": {"type": "boolean", "default": true},
    "showTitle": {"type": "boolean", "default": true},
    "showDescription": {"type": "boolean", "default": true},
    "showImage": {"type": "boolean", "default": true},
    
    "headingFontSize": {
        "type": "object",
        "default": {"desktop": "", "tablet": ""," mobile": ""}
    },
    "headingFontSizeUnit": {"type": "string", "default": "px" },
    "headingLineHeight": {
        "type": "object",
        "default": {"desktop": "", "tablet": ""," mobile": ""}
    },
    "headingLineHeightUnit": {"type": "string", "default": "px" },
    "headingFontFamily": {"type": "string", "default": ""},
    "headingFontWeight": {"type": "string", "default": ""},
    "headingFontColor": {"type": "string", "default": "" },
    "headingBgColor": {"type": "string", "default": "" },

    "titleTag": { "type": "string", "default": "h4"},
    "titleFontSize": {
      "type": "object",
      "default": {"desktop": "", "tablet": "", "mobile": ""}
    },
    "titleFontSizeUnit": {"type": "string", "default": "px"},
    "titleLineHeight": {
        "type": "object",
        "default": {"desktop": "", "tablet": ""," mobile": ""}
    },
    "titleLineHeightUnit": {"type": "string", "default": "px" },
    "titleFontFamily": {"type": "string", "default": ""},
    "titleFontWeight": {"type": "string", "default": ""},
    "titleFontColor": {"type": "string", "default": ""},
    "titleTextShadow": {
      "type": "object",
      "default": {
        "enable": true, 
        "desktop": { "x": "1", "y": "4", "blur": "0", "color": "rgba(0, 0, 0, 0.2)" },
        "tablet": { "x": "", "y": "", "blur": "", "color": "" },
        "mobile": { "x": "", "y": "", "blur": "", "color": "" }
      }
    },
  
    "yearTag": { "type": "string", "default": "p"},
    "yearFontSize": {
      "type": "object",
      "default": {"desktop": "", "tablet": "", "mobile": ""}
    },
    "yearFontSizeUnit": {"type": "string", "default": "px"},
    "yearLineHeight": {
        "type": "object",
        "default": {"desktop": "", "tablet": ""," mobile": ""}
    },
    "yearLineHeightUnit": {"type": "string", "default": "px" },
    "yearFontFamily": {"type": "string", "default": ""},
    "yearFontWeight": {"type": "string", "default": ""},
    "yearFontColor": {"type": "string", "default": ""},
    "yearTextShadow": {
      "type": "object",
      "default": {
        "enable": true, 
        "desktop": { "x": "1", "y": "4", "blur": "0", "color": "rgba(0, 0, 0, 0.2)" },
        "tablet": { "x": "", "y": "", "blur": "", "color": "" },
        "mobile": { "x": "", "y": "", "blur": "", "color": "" }
      }
    },

    "descriptionFontSize": {
      "type": "object",
      "default": {"desktop": "", "tablet": "", "mobile": ""}
    },
    "descriptionFontSizeUnit": {"type": "string", "default": "px"},
    "descriptionLineHeight": {
        "type": "object",
        "default": {"desktop": "", "tablet": ""," mobile": ""}
    },
    "descriptionLineHeightUnit": {"type": "string", "default": "px" },
    "descriptionFontFamily": {"type": "string", "default": ""},
    "descriptionFontWeight": {"type": "string", "default": ""},
    "descriptionFontColor": {"type": "string", "default": ""},

    "imageWidth": {"type": "number", "default": 100},

    "sectionWidthType": {"type": "string", "default": "default"},
    "sectionWidth": {"type": "object", "default": {}},
    "sectionWidthUnit": {"type": "string", "default": "px"},
    "sectionPadding": {"type": "object", "default": {}},
    "sectionPaddingIsLinked": {"type": "boolean", "default": true},
    "sectionMargin": {"type": "object", "default": {}},
    "sectionMarginIsLinked": {"type": "boolean", "default": true},
    "sectionBgColor": {"type": "string", "default": ""},
    "sectionBgImage": {"type": "string", "default": ""},
    "sectionItemContentBgColor": {"type": "string", "default": ""},
    "sectionItemYearBgColor": {"type": "string", "default": ""}
  },
  "example": {
    "attributes": {
      "isPreview": true
    }
  }
}
