carhop__plugins__PROD-DEV/plugins/carhop-blocks/blocks/card-grid/build/block.json
2025-07-16 10:33:16 +02:00

38 lines
834 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "carhop-blocks/card-grid",
"version": "0.1.0",
"title": "Card Grid",
"category": "carhop-blocks",
"icon": "smiley",
"description": "Boite de contenu pour la mise en forme d'éléments de contenu",
"example": {},
"supports": {
"html": false,
"align": [
"wide",
"full"
],
"alignWide": true
},
"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": ""
},
"columns": {
"type": "number",
"default": 3
},
"cardsWithBorder": {
"type": "boolean",
"default": true
}
}
}