{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "omnipress/testimonial",
	"version": "0.1.0",
	"title": "Testimonial",
	"category": "omnipress",
	"description": "Testimonial gutenberg block",
	"supports": {
		"html": false
	},
	"attributes": {
		"block_id": {
			"type": "string"
		},
		"content": {
			"type": "string",
			"default": ""
		},
		"author": {
			"type": "string",
			"default": ""
		},
		"designation": {
			"type": "string",
			"default": ""
		},
		"backgroundColor": {
			"type": "string"
		},
		"authorColor": {
			"type": "string"
		},
		"contentColor": {
			"type": "string"
		},
		"designationColor": {
			"type": "string"
		},
		"customBackgroundColor": {
			"type": "string"
		},
		"customAuthorColor": {
			"type": "string"
		},
		"customContentColor": {
			"type": "string"
		},
		"customDesignationColor": {
			"type": "string"
		},
		"id": {
			"type": "number"
		},
		"alt": {
			"type": "string",
			"source": "attribute",
			"selector": "img",
			"attribute": "alt",
			"default": ""
		},
		"url": {
			"type": "string",
			"source": "attribute",
			"selector": "img",
			"attribute": "src"
		},
		"headFontFamily": {
			"type": "string"
		},
		"headFontWeight": {
			"type": "string"
		},
		"headFontSubset": {
			"type": "string"
		},
		"headFontSizeType": {
			"type": "string",
			"default": "px"
		},
		"headLineHeightType": {
			"type": "string",
			"default": "em"
		},
		"headFontSize": {
			"type": "number"
		},
		"headFontSizeTablet": {
			"type": "number"
		},
		"headFontSizeMobile": {
			"type": "number"
		},
		"headLineHeight": {
			"type": "number"
		},
		"headLineHeightTablet": {
			"type": "number"
		},
		"headLineHeightMobile": {
			"type": "number"
		},
		"headLoadGoogleFonts": {
			"type": "boolean",
			"default": false
		},
		"descFontFamily": {
			"type": "string"
		},
		"descFontWeight": {
			"type": "string"
		},
		"descFontSubset": {
			"type": "string"
		},
		"descFontSizeType": {
			"type": "string",
			"default": "px"
		},
		"descLineHeightType": {
			"type": "string",
			"default": "em"
		},
		"descFontSize": {
			"type": "number"
		},
		"descFontSizeTablet": {
			"type": "number"
		},
		"descFontSizeMobile": {
			"type": "number"
		},
		"descLineHeight": {
			"type": "number"
		},
		"descLineHeightTablet": {
			"type": "number"
		},
		"descLineHeightMobile": {
			"type": "number"
		},
		"descLoadGoogleFonts": {
			"type": "boolean",
			"default": false
		},
		"thirdFontFamily": {
			"type": "string"
		},
		"thirdFontWeight": {
			"type": "string"
		},
		"thirdFontSubset": {
			"type": "string"
		},
		"thirdFontSizeType": {
			"type": "string",
			"default": "px"
		},
		"thirdLineHeightType": {
			"type": "string",
			"default": "em"
		},
		"thirdFontSize": {
			"type": "number"
		},
		"thirdFontSizeTablet": {
			"type": "number"
		},
		"thirdFontSizeMobile": {
			"type": "number"
		},
		"thirdLineHeight": {
			"type": "number"
		},
		"thirdLineHeightTablet": {
			"type": "number"
		},
		"thirdLineHeightMobile": {
			"type": "number"
		},
		"thirdLoadGoogleFonts": {
			"type": "boolean",
			"default": false
		}
	},
	"editorScript": "file:./testimonial.js",
	"editorStyle": "file:./testimonial.css",
	"style": "file:./style-testimonial.css",
	"textdomain": "omnipress"
}
