golden hour
/home/phakp/public_html/wp-content/plugins/page-views-count/src/blocks/stats
⬆️ Go Up
Upload
File/Folder
Size
Actions
block.js
4.72 KB
Del
OK
block.json
619 B
Del
OK
editor.scss
283 B
Del
OK
icon.svg
349 B
Del
OK
preview.jpg
17.09 KB
Del
OK
style.scss
220 B
Del
OK
Edit: block.json
{ "name": "page-views-count/stats", "title": "Page Views", "description": "Show all time views and views today", "textdomain": "page-views-count", "icon": { "foreground": "#24b6f1" }, "category": "a3rev-blocks", "supports": { "multiple": false }, "keywords": [ "Page Views Count", "Views", "Stats" ], "example": { "attributes": { "isPreview": true } }, "attributes": { "align": { "type": "string" }, "postID": { "type": "string", "default": 0 }, "isDisabled": { "type": "boolean", "default": true }, "isPreview": { "type": "boolean", "default": false } } }
Save