{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "homegrade-content-blocks/text-image", "version": "0.1.0", "title": "Texte + Image", "category": "homegrade-blocks", "description": "Bloc de texte & image latérale", "supports": { "html": false }, "textdomain": "homegrade-blocks", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "attributes": { "imageUrl": { "type": "string" }, "imageAlt": { "type": "string" }, "imageId": { "type": "number" }, "imageCaption": { "type": "string" }, "imageDescription": { "type": "string" }, "imageProportion": { "type": "string", "default": "original" }, "contentDisposition": { "type": "string", "default": "left" } } }