{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "carhop-blocks/content-box", "version": "0.1.0", "title": "Boite de contenu", "category": "carhop-blocks", "icon": "smiley", "description": "Boite de contenu pour la mise en forme d'éléments de contenu", "example": {}, "supports": { "html": false, "anchor": true }, "textdomain": "carhop-blocks", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "viewScript": "file:./view.js", "attributes": { "hasBackgroundColor": { "type": "boolean", "default": false }, "backgroundColor": { "type": "string", "default": "#f1fcf9" }, "hasLightBackground": { "type": "boolean", "default": true }, "textColor": { "type": "string", "default": "inherit" }, "blockVariant": { "type": "string", "default": "framed" }, "blockWidth": { "type": "string", "default": "full", "enum": [ "full", "contained" ] } } }