{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "popular-authors/popular-posts",
	"version": "1.0.0",
	"title": "Popular Posts by Author",
	"category": "design",
	"icon": "admin-users",
	"keywords": ["popular posts", "post", "author"],
	"description": "Show the list of popular posts by author",
	"supports": {
		"html": false
	},
	"example": {},
	"attributes": {
		"className": {
			"type": "string",
			"default": ""
		},
		"author": {
			"type": "string",
			"default": ""
		},
		"postsPerPage": {
			"type": "number",
			"default": 10
		},
		"postType": {
			"type": "string",
			"default": "post"
		},
		"orderby": {
			"type": "string",
			"default": "visits"
		},
		"order": {
			"type": "string",
			"default": "DESC"
		},
		"daily": {
			"type": "boolean",
			"default": false
		},
		"dailyRange": {
			"type": "number",
			"default": 1
		},
		"hourRange": {
			"type": "number",
			"default": 0
		},
		"showOptionCount": {
			"type": "boolean",
			"default": false
		},
		"other_attributes": {
			"type": "string",
			"default": ""
		}
	},
	"textdomain": "popular-authors",
	"editorScript": "file:./index.js"
}
