File "block.json"
Full Path: /home/elegucvf/public_html/wp-content-20250317205720/plugins/post-views-counter/blocks/post-views/src/block.json
File size: 565 bytes
MIME-type: application/json
Charset: utf-8
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "post-views-counter/post-views",
"version": "1.0.0",
"title": "Post Views",
"category": "post-views-counter",
"icon": "list-view",
"description": "Display post views for a given post.",
"example": {},
"attributes": {
"postID": {
"type": "integer",
"default": 0
},
"period": {
"type": "string",
"default": "total"
}
},
"supports": {
"html": false
},
"textdomain": "post-views-counter",
"editorScript": "file:./index.js"
}