carhop__plugins__PROD-DEV/plugins/carhop-blocks/blocks/picture-of-the-day/build/picture-of-the-day/block.json

19 lines
530 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "create-block/picture-of-the-day",
"version": "0.1.0",
"title": "Picture Of The Day",
"category": "widgets",
"icon": "smiley",
"description": "Example block scaffolded with Create Block tool.",
"example": {},
"supports": {
"html": false
},
"textdomain": "picture-of-the-day",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"viewScript": "file:./view.js"
}