D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
homehopshortterm
/
www
/
wp-content
/
plugins
/
post-views-counter
/
blocks
/
post-views
/
src
/
Filename :
block.json
back
Copy
{ "$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" }