carhop__plugins__PROD-DEV/plugins/dynamiques-blocks/build/dernieres-dynamiques/block.json
2026-02-13 15:34:34 +01:00

34 lines
832 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "dynamiques-blocks/dernieres-dynamiques",
"version": "0.1.0",
"title": "Dernieres Dynamiques",
"category": "dynamiques-blocks",
"icon": "smiley",
"description": "Example block scaffolded with Create Block tool.",
"example": {},
"supports": {
"html": false,
"color": {
"background": true,
"text": true
}
},
"textdomain": "dernieres-dynamiques",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"viewScript": "file:./view.js",
"render": "file:./render.php",
"attributes": {
"displayType": {
"type": "string",
"default": "grid"
},
"showTableOfContents": {
"type": "boolean",
"default": true
}
}
}