carhop__plugins__PROD-DEV/plugins/carhop-blocks/build/front-header/block.json
2026-01-28 14:39:23 +01:00

29 lines
653 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "front-header/front-header",
"version": "0.1.0",
"title": "Header",
"category": "carhop-blocks",
"icon": "smiley",
"description": "Example block scaffolded with Create Block tool.",
"example": {},
"supports": {
"html": false,
"align": [
"wide",
"full"
]
},
"attributes": {
"align": {
"type": "string",
"default": "full"
}
},
"textdomain": "front-header",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"viewScript": "file:./view.js"
}