# top-10/4.3.2/includes/frontend/blocks/src/popular-posts/block.json

WebberZone Top 10 — Popular Posts, version 4.3.2. 61 lines.

- Page: https://pluginprobe.com/plugins/top-10/4.3.2/code/includes/frontend/blocks/src/popular-posts/block.json
- Raw: https://pluginprobe.com/plugins/top-10/4.3.2/raw/includes/frontend/blocks/src/popular-posts/block.json
- Modified: 2026-07-08T12:46:16+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/top-10/4.3.2/code/includes/frontend/blocks/src/popular-posts/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "top-10/popular-posts",
	"version": "2.0.0",
	"title": "Top 10 Popular Posts",
	"category": "widgets",
	"icon": "editor-ol",
	"keywords": ["top 10", "popular posts", "popular"],
	"description": "Display the Popular Posts",
	"supports": {
		"html": false
	},
	"attributes": {
		"className": {
			"type": "string"
		},
		"heading": {
			"type": "boolean"
		},
		"daily": {
			"type": "boolean"
		},
		"daily_range": {
			"type": "string"
		},
		"hour_range": {
			"type": "string"
		},
		"limit": {
			"type": "string"
		},
		"offset": {
			"type": "string"
		},
		"show_excerpt": {
			"type": "boolean"
		},
		"show_author": {
			"type": "boolean"
		},
		"show_date": {
			"type": "boolean"
		},
		"disp_list_count": {
			"type": "boolean"
		},
		"tptn_styles": {
			"type": "string"
		},
		"post_thumb_op": {
			"type": "string"
		},
		"other_attributes": {
			"type": "string"
		}
	},
	"textdomain": "top-10",
	"editorScript": "file:./index.js"
}

```
