{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "boldpost/post-ticker-2",
	"version": "0.1.0",
	"title": "Post ticker 2",
	"category": "boldpost",
	"icon": "slider",
	"description": "Post ticker 2 Block",
	"example": {},
	"supports": {
		"html": false,
		"spacing": {
			"padding": true,
			"margin": true
		},
		"color": {
			"background": true,
			"text": false,
			"gradients": true
		}
	},
	"textdomain": "boldpost",
	"editorScript": "file:./index.js",
	"script": "file:./view.js",
	"viewScript": "file:./view.js",
	"render": "file:./render.php",
	"attributes": {
		"ignoreStikcyPosts": {
			"type": "boolean",
			"default": true
		},
		"isFeatured": {
			"type": "boolean",
			"default": false
		},
		"sliderStyle": {
			"type": "string",
			"default": "default"
		},
		"perPage": {
			"type": "string",
			"default": "6"
		},
		"order": {
			"type": "string",
			"default": "ASC"
		},
		"orderby": {
			"type": "string",
			"default": "date"
		},
		"offset": {
			"type": "string",
			"default": ""
		},
		"categories": {
			"type": "array",
			"default": [
				"all"
			]
		},
		"excludes": {
			"type": "array",
			"default": [
				"no-excludes"
			]
		},
		"posts": {
			"type": "array",
			"default": [
				"all"
			]
		},
		"tickerLabel": {
			"type": "string",
			"default": "Trending:"
		},
		"itemPadding": {
			"type": "object"
		},
		"itemPaddingTablet": {
			"type": "object"
		},
		"itemPaddingMobile": {
			"type": "object"
		},
		"itemBorderRadius": {
			"type": "object"
		},
		"itemTitlePadding": {
			"type": "object"
		},
		"itemTitlePaddingTablet": {
			"type": "object"
		},
		"itemTitlePaddingMobile": {
			"type": "object"
		},
		"itemTitleMargin": {
			"type": "object"
		},
		"itemTitleMarginTablet": {
			"type": "object"
		},
		"itemTitleMarginMobile": {
			"type": "object"
		},
		"labelPadding": {
			"type": "object"
		},
		"labelPaddingTablet": {
			"type": "object"
		},
		"labelPaddingMobile": {
			"type": "object"
		},
		"itemTitleTypography": {
			"type": "object",
			"default": {
				"fontFamily": "",
				"fontSize": "0.95rem",
				"fontWeight": "",
				"fontStyle": "",
				"textTransform": "",
				"lineHeight": "",
				"letterSpacing": ""
			}
		},
		"itemTitleTypographyTablet": {
			"type": "object",
			"default": {
				"fontFamily": "",
				"fontSize": "",
				"fontWeight": "",
				"fontStyle": "",
				"textTransform": "",
				"lineHeight": "",
				"letterSpacing": ""
			}
		},
		"itemTitleTypographyMobile": {
			"type": "object",
			"default": {
				"fontFamily": "",
				"fontSize": "",
				"fontWeight": "",
				"fontStyle": "",
				"textTransform": "",
				"lineHeight": "",
				"letterSpacing": ""
			}
		},
		"labelTypography": {
			"type": "object",
			"default": {
				"fontFamily": "",
				"fontSize": "",
				"fontWeight": "",
				"fontStyle": "",
				"textTransform": "",
				"lineHeight": "",
				"letterSpacing": ""
			}
		},
		"labelTypographyTablet": {
			"type": "object",
			"default": {
				"fontFamily": "",
				"fontSize": "",
				"fontWeight": "",
				"fontStyle": "",
				"textTransform": "",
				"lineHeight": "",
				"letterSpacing": ""
			}
		},
		"labelTypographyMobile": {
			"type": "object",
			"default": {
				"fontFamily": "",
				"fontSize": "",
				"fontWeight": "",
				"fontStyle": "",
				"textTransform": "",
				"lineHeight": "",
				"letterSpacing": ""
			}
		},
		"itemBackgroundColor": {
			"type": "string",
			"default": ""
		},
		"itemBackgroundColorHover": {
			"type": "string",
			"default": ""
		},
		"itemBackgroundGradient": {
			"type": "string",
			"default": ""
		},
		"itemBackgroundGradientHover": {
			"type": "string",
			"default": ""
		},
		"itemOverlayBackgroundColor": {
			"type": "string",
			"default": ""
		},
		"itemOverlayBackgroundColorHover": {
			"type": "string",
			"default": "var(--eshb-primary-color)"
		},
		"itemOverlayBackgroundGradient": {
			"type": "string",
			"default": ""
		},
		"itemOverlayBackgroundGradientHover": {
			"type": "string",
			"default": ""
		},
		"itemOverlayBackgroundGradientTwo": {
			"type": "string",
			"default": ""
		},
		"itemOverlayBackgroundGradientTwoHover": {
			"type": "string",
			"default": ""
		},
		"itemBoxShadow": {
			"type": "object",
			"default": {
				"x": 0,
				"y": 0,
				"b": 0,
				"s": 0,
				"c": "rgba(0, 0, 0, 0)"
			}
		},
		"itemBorder": {
			"type": "object",
			"default": {
				"width": 0,
				"color": "",
				"style": "solid"
			}
		},
		"itemTitleColor": {
			"type": "string",
			"default": ""
		},
		"itemTitleColorHover": {
			"type": "string",
			"default": ""
		},
		"labelColor": {
			"type": "string",
			"default": ""
		},
		"showThumbnail": {
			"type": "boolean",
			"default": true
		},
		"titleTag": {
			"type": "string",
			"default": "h3"
		},
		"showLabel": {
			"type": "boolean",
			"default": true
		},
		"onlyIconShow": {
			"type": "boolean",
			"default": false
		},
		"showDateOnTop": {
			"type": "boolean",
			"default": false
		},
		"topDateBackgroundColor": {
			"type": "string",
			"default": ""
		},
		"topDateColor": {
			"type": "string",
			"default": "#ffffff"
		},
		"titleTrim": {
			"type": "string",
			"default": "100"
		},
		"labelTrim": {
			"type": "string",
			"default": "12"
		},
		"animStyle": {
			"type": "string",
			"default": ""
		},
		"thumbAnim": {
			"type": "boolean",
			"default": true
		},
		"slidesPerView": {
			"type": "string",
			"default": "1"
		},
		"slidesPerViewTablet": {
			"type": "string",
			"default": "1"
		},
		"slidesPerViewMobile": {
			"type": "string",
			"default": "1"
		},
		"slidesPerViewMobileSmall": {
			"type": "string",
			"default": "1"
		},
		"slidesToScroll": {
			"type": "string",
			"default": "1"
		},
		"spaceBetween": {
			"type": "string",
			"default": "20"
		},
		"centeredSlides": {
			"type": "boolean",
			"default": false
		},
		"effect": {
			"type": "string",
			"default": "slide"
		},
		"speed": {
			"type": "string",
			"default": "500"
		},
		"loop": {
			"type": "boolean",
			"default": true
		},
		"autoplay": {
			"type": "boolean",
			"default": true
		},
		"autoplayDelay": {
			"type": "string",
			"default": "0"
		},
		"pauseOnHover": {
			"type": "boolean",
			"default": false
		},
		"pauseOnInter": {
			"type": "boolean",
			"default": false
		},
		"showNav": {
			"type": "boolean",
			"default": true
		},
		"navBgColor": {
			"type": "string",
			"default": ""
		},
		"navBgColorHover": {
			"type": "string",
			"default": ""
		},
		"navColor": {
			"type": "string",
			"default": ""
		},
		"navColorHover": {
			"type": "string",
			"default": ""
		},
		"navBorderRadius": {
			"type": "object"
		},
		"navIconSize": {
			"type": "string",
			"default": ""
		},
		"navPadding": {
			"type": "object"
		},
		"showDots": {
			"type": "boolean",
			"default": false
		},
		"dotsBgColor": {
			"type": "string",
			"default": ""
		},
		"dotsBgColorHover": {
			"type": "string",
			"default": ""
		},
		"dotsColor": {
			"type": "string",
			"default": ""
		},
		"dotsColorHover": {
			"type": "string",
			"default": ""
		},
		"dotsBorderRadius": {
			"type": "object"
		},
		"titleTextAlign": {
			"type": "string",
			"default": ""
		},
		"titleTextAlignTablet": {
			"type": "string",
			"default": ""
		},
		"titleTextAlignMobile": {
			"type": "string",
			"default": ""
		},
		"labelTextAlign": {
			"type": "string",
			"default": ""
		},
		"labelTextAlignTablet": {
			"type": "string",
			"default": ""
		},
		"labelTextAlignMobile": {
			"type": "string",
			"default": ""
		},
		"thumbnailBorderRadius": {
			"type": "object",
			"default": {
				"top": "",
				"right": "",
				"bottom": "",
				"left": ""
			}
		}
	}
}