27 lines
686 B
JSON
27 lines
686 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "homegrade-content-blocks/points-cles",
|
|
"version": "0.1.0",
|
|
"title": "Points clés",
|
|
"category": "homegrade-blocks",
|
|
"description": "Bloc de points-cles",
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"textdomain": "homegrade-theme__bloks-texte-fonctionnel",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"render": "file:./render.php",
|
|
"attributes": {
|
|
"currentGeneralThematiqueSlug": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"postTaxonomy": {
|
|
"type": "string",
|
|
"default": "isolation"
|
|
}
|
|
}
|
|
} |