homegrade_blocks_production/build/wpblock-cover/block.json
2023-08-03 10:32:29 +02:00

49 lines
1.1 KiB
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "create-block/wpblock-cover",
"version": "0.1.0",
"title": "Wpblock Cover",
"category": "homegrade-blocks",
"icon": {
"background": "#fff",
"foreground": "#0414eb",
"src": "cover-image"
},
"description": "Example block scaffolded with Create Block tool.",
"supports": {
"html": false
},
"attributes": {
"coverId": {
"type": "number"
},
"title": {
"type": "string",
"source": "html",
"selector": "h2"
},
"subtitle": {
"type": "string",
"source": "html",
"selector": "h3"
},
"coverAlt": {
"type": "string",
"source": "attribute",
"selector": "img",
"attribute": "alt",
"default": ""
},
"coverUrl": {
"type": "string",
"source": "attribute",
"selector": "img",
"attribute": "src"
}
},
"textdomain": "homegrade-theme__bloks-texte-fonctionnel",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css"
}