{
    "apiVersion": 2,
    "name": "layart/quotes-block",
    "title": "Easy Quotes",
    "category": "widgets",
    "icon": "editor-quote",
    "description": "Add a random or specific Quote.",
    "keywords": [ "quotes", "random", "lyrics", "easy", "reviews", "layart" ],
    "version": "1.0.1",
    "textdomain": "easy-quotes",
    "attributes": {
		"isCustomTitle": {
			"type": "boolean",
			"default": false
		},
		"customTitle": {
			"type": "string",
			"default": "My Custom Title"
		},
		"headerTag": {
			"type": "string",
			"default": "h3"
		},
		"isShowStars": {
			"type": "boolean",
			"default": false
		},
		"isShowRating": {
			"type": "boolean",
			"default": false
		},
		"selectedCategory": {
			"type": "string",
			"default": "-1"
		},
		"specificQuote": {
			"type": "object",
			"default": { "value": "-1", "label": "Random" }
		},
		"classNameTitle": {
			"type": "string",
			"default": ""
		},
		"classNameRating": {
			"type": "string",
			"default": "la-rating"
		},
		"classNameQuote": {
			"type": "string",
			"default": "la-quote"
		},
		"classNameCitation": {
			"type": "string",
			"default": "la-citation"
		},
		"selectedFontsCategory": {
			"type": "string",
			"default": "-1"
		},
		"selectedVariant": {
			"type": "string",
			"default": "4"
		},
		"fontFamily": {
			"type": "object",
			"default": {
				"family": "Shadows Into Light",
				"family_slug": "shadowsintolight",
				"category_id": "5",
				"version": "v10",
				"variant": {
					"id": "4",
					"file": "UqyNK9UOIntux_czAvDQx_ZcHqZXBNQDcsr4xzSMYA.ttf"
				}
			}
		},
		"lineHeight": {
			"type": "string",
			"default": "1.4"
		},
		"fontSize": {
			"type": "string",
			"default": "1.5"
		}
	},
    "example": {
        "attributes": {
            "isShowStars": true,
            "isShowRating" : true
        }
    },
    "editorScript": "quotes_block_editor_script",
    "script": "quotes_block_font_style_script",
    "editorStyle": "quotes_block_editor_style",
    "style": "quotes_block_style"
}