FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
cozy-addons
/
cozy-blocks
/
dist
/
counter
/
build
Edit File: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "cozy-block/counter", "title": "Counter", "description": "Highlight achievements and statistics with our 'Counter' block, a sleek number counter that elegantly displays numbers and stats to captivate your audience.", "category": "cozy-block", "textdomain": "cozy-addons", "supports": { "html": false }, "attributes": { "cover": { "type": "string", "default": "" }, "blockClientId": { "type": "string", "default": "" }, "endNumber": { "type": "string", "default": "10000" }, "animationDuration": { "type": "number", "default": 1000 }, "textAlign": { "type": "string", "default": "center" }, "styles": { "type": "object", "default": { "fontFamily": "Public Sans", "fontSize": "64px", "color": "#5566CA", "fontWeight": 700 } } }, "editorScript": [ "cozy-block--counter" ], "editorStyle": "cozy-block--counter--editor-style", "viewScript": [ "cozy-block--counter--frontend-script" ], "style": [ "cozy-block--counter--style" ], "render": "file:./render.php" }
Save
Back