carhop__plugins__PROD-DEV/plugins/carhop-blocks/build/tab-group/block.json
2026-03-20 17:10:04 +01:00

25 lines
651 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "carhop-blocks/tab-group",
"version": "0.1.0",
"title": "Tab Group",
"category": "carhop-blocks",
"icon": "smiley",
"description": "Tab Group pour la mise en forme supérieure d'éléments de contenu",
"example": {},
"supports": {
"html": false,
"color": {
"text": true,
"background": false,
"link": false
}
},
"textdomain": "tab-group",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"viewScript": "file:./view.js",
"render": "file:./render.php"
}