carhop__plugins__PROD-DEV/plugins/carhop-blocks/blocks/cta-group/build/block.json
2025-07-03 17:42:45 +02:00

25 lines
604 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "carhop-blocks/cta-group",
"version": "0.1.0",
"title": "Groupe de CTA",
"category": "carhop-blocks",
"icon": "smiley",
"description": "Pour intégrer Un groupe de call to action",
"example": {},
"supports": {
"html": false
},
"textdomain": "carhop-blocks",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"viewScript": "file:./view.js",
"attributes": {
"align": {
"type": "string",
"default": "left"
}
}
}