# top-10/4.4.0/includes/frontend/blocks/build/popular-posts/block.json

WebberZone Top 10 — Popular Posts, version 4.4.0. 64 lines.

- Page: https://pluginprobe.com/plugins/top-10/4.4.0/code/includes/frontend/blocks/build/popular-posts/block.json
- Raw: https://pluginprobe.com/plugins/top-10/4.4.0/raw/includes/frontend/blocks/build/popular-posts/block.json
- Modified: 2026-07-22T17:09: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.4.0/code/includes/frontend/blocks/build/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"
}
```
