{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "advanced-testimonial/testimonials",
	"version": "2.0.6",
	"title": "Advanced Testimonial",
	"category": "widgets",
	"icon": "format-quote",
	"description": "Display customer testimonials in grids, carousels, cards and more.",
	"keywords": [ "testimonial", "review", "carousel", "social proof" ],
	"textdomain": "advanced-testimonial",
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	},
	"attributes": {
		"title": { "type": "string", "default": "" },
		"layout": { "type": "string", "default": "grid" },
		"cardStyle": { "type": "string", "default": "" },
		"group": { "type": "string", "default": "" },
		"columns": { "type": "number", "default": 3 },
		"limit": { "type": "number", "default": 9 },
		"order": { "type": "string", "default": "desc" },
		"orderby": { "type": "string", "default": "date" },
		"verifiedOnly": { "type": "boolean", "default": false },
		"autoplay": { "type": "number", "default": 0 },
		"showRating": { "type": "boolean", "default": true },
		"showImage": { "type": "boolean", "default": true },
		"showCompany": { "type": "boolean", "default": true },
		"showDesignation": { "type": "boolean", "default": true },
		"showLocation": { "type": "boolean", "default": true },
		"showDate": { "type": "boolean", "default": false },
		"showVerified": { "type": "boolean", "default": true },
		"showWebsite": { "type": "boolean", "default": true },
		"showHeadline": { "type": "boolean", "default": true },
		"showVideo": { "type": "boolean", "default": true },
		"showFilter": { "type": "boolean", "default": false },
		"readMore": { "type": "boolean", "default": false },
		"loadMore": { "type": "boolean", "default": false },
		"speed": { "type": "string", "default": "" },
		"cardWidth": { "type": "number", "default": 0 },
		"fade": { "type": "boolean", "default": true },
		"direction": { "type": "string", "default": "" },
		"align": { "type": "string" }
	},
	"editorScript": "advanced-testimonial-editor",
	"style": "advanced-testimonial",
	"editorStyle": "advanced-testimonial"
}
