19 lines
508 B
JSON
19 lines
508 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "homegrade-content-blocks/box-monoblock",
|
|
"version": "0.1.0",
|
|
"title": "Monobloc",
|
|
"category": "homegrade-blocks",
|
|
"description": "Bloc conteneur d'une seule colonne",
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"parent": [
|
|
"homegrade-content-blocks/grey-box"
|
|
],
|
|
"textdomain": "homegrade-blocks",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css"
|
|
} |