carhop__plugins__PROD-DEV/plugins/dynamiques-blocks/build/nos-recommandations/block.json

19 lines
555 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "dynamiques-blocks/nos-recommandations",
"version": "0.1.0",
"title": "Recommandations",
"category": "dynamiques-blocks",
"icon": "smiley",
"description": "Bloc pour afficher les recommandations sur la page d'acceuil",
"example": {},
"supports": {
"html": false
},
"textdomain": "nos-recommandations",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"render": "file:./render.php"
}