homegrade_blocks_production/blocks/plus-loin/build/block.json

31 lines
748 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "homegrade-content-blocks/highlight",
"version": "0.1.0",
"title": "Mise en avant",
"category": "homegrade-blocks",
"description": "Bloc pour mettre en avant des informations importantes",
"supports": {
"html": false
},
"textdomain": "homegrade-blocks__texte-fonctionnel",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"attributes": {
"title": {
"type": "string",
"source": "html",
"selector": "h3"
},
"iconName": {
"type": "string",
"default": "key"
},
"hasTitle": {
"type": "boolean",
"default": true
}
}
}