{
	"apiVersion": 2,
	"name": "afpb/review-list",
	"version": "0.1.0",
	"title": "Review List",
	"category": "affiliaterg",
	"description": "Product full review",
	"supports": {
		"html": false,
		"anchor": true
	},
	"attributes": {
		"uniqueId": {
			"type": "string"
		},
		"boxBorder": {
			"type": "object",
			"default": {
				"width": "1px",
				"style": "solid",
				"color": "#d7b837"
			}
		},
		"boxBorderRadius": {
			"type": "number",
			"default": 5
		},
		"boxBg": {
			"type": "string",
			"default": "#ffffff"
		},
		"showBadge": {
			"type": "boolean",
			"default": true
		},
		"badgeText": {
			"type": "string",
			"default": "FEATURED"
		},
		"badgeColor": {
			"type": "string",
			"default": "#ffffff"
		},
		"badgeBg": {
			"type": "string",
			"default": "#d7b837"
		},
		"showRating": {
			"type": "boolean",
			"default": true
		},
		"rating": {
			"type": "number",
			"default": 5
		},
		"title": {
			"type": "string"
		},
		"titleTag": {
			"type": "string",
			"default": "h2"
		},
		"titleColor": {
			"type": "string",
			"default": "#333333"
		},
		"description": {
			"type": "string"
		},
		"descriptionColor": {
			"type": "string",
			"default": "#333333"
		},
		"url": {
			"type": "string"
		},
		"id": {
			"type": "number"
		},
		"alt": {
			"type": "string"
		},
		"propsList": {
			"type": "string"
		},
		"propsListColor": {
			"type": "string",
			"default": "#333333"
		},
		"propsIconColor": {
			"type": "string",
			"default": "#027000"
		},
		"btnLabel": {
			"type": "string",
			"default": "Buy Now"
		},
		"btnLink": {
			"type": "string",
			"default": "#"
		},
		"newTabTarget": {
			"type": "boolean",
			"default": false
		},
		"color": {
			"type": "string",
			"default": "#ffffff"
		},
		"bgColor": {
			"type": "string",
			"default": "#d59215"
		},
		"hoverColor": {
			"type": "string",
			"default": "#ffffff"
		},
		"hoverBgColor": {
			"type": "string",
			"default": "#000000"
		},
		"border": {
			"type": "object",
			"default": {
				"width": "0px",
				"style": "solid",
				"color": "#d59215"
			}
		},
		"hoverBorderColor": {
			"type": "string",
			"default": "#d59215"
		},
		"borderRadius": {
			"type": "number",
			"default": 5
		}
	},
	"textdomain": "affiliaterg",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}
