36 lines
807 B
JSON
36 lines
807 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"
|
|
},
|
|
"headingLevel": {
|
|
"type": "string",
|
|
"default": "h3"
|
|
},
|
|
"hasIcon": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"iconName": {
|
|
"type": "string",
|
|
"default": "key"
|
|
}
|
|
}
|
|
} |