{
	"apiVersion": 3,
	"name": "atlb/timeline-block",
	"version": "2.2.0",
	"title": "Timeline",
	"category": "atlb-block",
	"description": "Build timeline easily in Gutenberg Editor",
	"supports": {
		"html": false,
		"anchor": false,
		"customClassName": false
	},
	"providesContext": {
		"atlb/markerIcon": "markerIcon",
		"atlb/enableContentBoxShadow": "enableContentBoxShadow",
		"atlb/dateNameTag": "dateNameTag",
		"atlb/enabledateNameBoxShadow": "enabledateNameBoxShadow"
	},
	"example": {
		"attributes": {
			"deskLayout": "desk_center_layout",
			"tabLayout": "tab_center_layout",
			"mobLayout": "mob_center_layout",
			"dateNameTag": "p"
		}
	},
	"attributes": {
		"id": {
			"type": "string"
		},
		"deskLayout": {
			"type": "string",
			"default": "desk_center_layout"
		},
		"tabLayout": {
			"type": "string",
			"default": "tab_center_layout"
		},
		"mobLayout": {
			"type": "string",
			"default": "mob_left_layout"
		},
		"customClass": {
			"type": "string"
		},
		"anchorId": {
			"type": "string"
		},
		"markerIcon": {
			"type": "string",
			"default": "far fa-arrow-alt-circle-down"
		},
		"dateNameTag": {
			"type": "string",
			"default": "p"
		},
		"enableContentBoxShadow": {
			"type": "boolean",
			"default": false
		},
		"enabledateNameBoxShadow": {
			"type": "boolean",
			"default": false
		},
		"customColorsPallete": {
			"type": "boolean",
			"default": true
		},
		"contentBg": {
			"type": "string"
		},
		"markerColor": {
			"type": "string",
			"default": "#406343"
		},
		"markerBg": {
			"type": "string",
			"default": "#ffffff"
		},
		"dateNameColor": {
			"type": "string"
		},
		"dateNameBg": {
			"type": "string"
		},
		"zindex": {
			"type": "number"
		},
		"verticalSpacing": {
			"type": "object",
			"default": {
				"desktop": 30,
				"tablet": 30,
				"mobile": 15
			}
		},
		"markerSize": {
			"type": "object",
			"default": {
				"desktop": 15,
				"tablet": 15,
				"mobile": 15
			}
		},
		"markerContainerSize": {
			"type": "object",
			"default": {
				"desktop": 25,
				"tablet": 25,
				"mobile": 25
			}
		},
		"contentPadding": {
			"type": "object",
			"default": {
				"desktop": {
					"top": "20",
					"right": "20",
					"bottom": "20",
					"left": "20",
					"linked": true,
					"value": "20"
				},
				"tablet": {
					"top": "15",
					"right": "15",
					"bottom": "15",
					"left": "15",
					"linked": true,
					"value": "15"
				},
				"mobile": {
					"top": "10",
					"right": "10",
					"bottom": "10",
					"left": "10",
					"linked": true,
					"value": "10"
				}
			}
		},
		"datePadding": {
			"type": "object",
			"default": {
				"top": "10",
				"right": "10",
				"bottom": "10",
				"left": "10",
				"linked": true,
				"value": "10"
			}
		},
		"contentBorder": {
			"type": "object",
			"default": {
				"style": "solid",
				"color": "#406343",
				"radius": 0,
				"width": {
					"top": 1,
					"right": 1,
					"bottom": 1,
					"left": 1,
					"linked": true,
					"value": 1
				}
			}
		},
		"dateNameBorder": {
			"type": "object",
			"default": {
				"style": "solid",
				"color": "#406343",
				"radius": 0,
				"width": {
					"top": 1,
					"right": 1,
					"bottom": 1,
					"left": 1,
					"linked": true,
					"value": 1
				}
			}
		},
		"markerBorder": {
			"type": "object",
			"default": {
				"style": "solid",
				"width": 1,
				"color": "#406343",
				"radius": 50
			}
		},
		"connector": {
			"type": "object",
			"default": {
				"color": "#406343",
				"thickness": 2
			}
		}
	},
	"textdomain": "advanced-timeline-block",
	"editorScript": "file:./index.js",
	"editorStyle": ["file:./index.css", "atlb-block-editor-css"],
	"style": "file:./style-index.css"
}
