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

24 lines
588 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "homegrade-content-blocks/content-heading",
"version": "0.1.0",
"title": "Titre",
"category": "homegrade-blocks",
"icon": "smiley",
"description": "Bloc de titrage",
"supports": {
"html": false
},
"textdomain": "homegrade-theme__bloks-texte-fonctionnel",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"attributes": {
"title": {
"type": "string",
"source": "html",
"selector": "h3"
}
}
}