24 lines
624 B
JSON
24 lines
624 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "homegrade-content-blocks/section-titling",
|
|
"version": "0.1.0",
|
|
"title": "Titre de section",
|
|
"category": "homegrade-blocks",
|
|
"description": "Pour insérer un bloc de titrage (dans une grey-box ou une white-box) ",
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"textdomain": "homegrade-blocks",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"attributes": {
|
|
"sectionTitle": {
|
|
"type": "string"
|
|
},
|
|
"sectionSubtitle": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
} |