23 lines
592 B
JSON
23 lines
592 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "homegrade-content-blocks/nested-parent",
|
|
"version": "0.1.0",
|
|
"title": "Wpblock Nested Parent",
|
|
"category": "homegrade-blocks",
|
|
"description": "Parent Nested. #Nested",
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"textdomain": "homegrade-theme__bloks-texte-fonctionnel",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"attributes": {
|
|
"montexte": {
|
|
"type": "string",
|
|
"source": "html",
|
|
"selector": "h2"
|
|
}
|
|
}
|
|
} |