{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "advance-widget-pack/popular-posts",
	"title": "AWP Popular Posts",
	"category": "widgets",
	"icon": "chart-bar",
	"description": "Displays a list of the site's most popular posts, sorted by views or comments.",
	"keywords": [ "popular posts", "top posts", "awp" ],
	"textdomain": "advance-widget-pack",
	"attributes": {
		"postCount": {
			"type": "number",
			"default": 5
		},
		"sortBy": {
			"type": "string",
			"default": "views"
		},
		"showImage": {
			"type": "boolean",
			"default": false
		},
		"showDate": {
			"type": "boolean",
			"default": false
		},
		"showAuthor": {
			"type": "boolean",
			"default": false
		},
		"showCategory": {
			"type": "boolean",
			"default": false
		},
		"showComments": {
			"type": "boolean",
			"default": false
		},
		"showViews": {
			"type": "boolean",
			"default": false
		},
		"showExcerpt": {
			"type": "boolean",
			"default": false
		}
	},
	"supports": {
		"html": false,
		"align": [ "left", "center", "right" ]
	},
	"editorScript": "file:./index.js",
	"render": "file:./render.php"
}
