Current File : //var/www/html/blog/wp-content/plugins/post-views-counter/blocks/post-views/build/block.json
{
  "$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"
}