{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "carhop-blocks/chapter-section", "version": "0.1.0", "title": " Section Chapitre", "category": "carhop-blocks", "icon": "smiley", "description": "Example block scaffolded with Create Block tool.", "example": {}, "supports": { "html": false }, "textdomain": "carhop-blocks", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "viewScript": "file:./view.js", "render": "file:./render.php", "attributes": { "align": { "type": "string", "default": "full" }, "blockWidth": { "type": "string", "default": "full", "enum": [ "full", "contained" ] }, "coverType": { "type": "string", "default": "image", "enum": [ "classic", "photoframe" ] }, "coverUrl": { "type": "string" }, "coverAlt": { "type": "string" }, "coverId": { "type": "number" }, "coverSize": { "type": "string", "default": "large", "enum": [ "small", "medium", "grande", "large" ] }, "disposition": { "type": "string", "default": "left", "enum": [ "left", "right" ] }, "hasBackgroundColor": { "type": "boolean", "default": false }, "backgroundColor": { "type": "string", "default": "#ffffff" }, "hasLightBackground": { "type": "boolean", "default": true }, "textColor": { "type": "string", "default": "#136f63" }, "backgroundOrientation": { "type": "string", "default": "left", "enum": [ "left", "right" ] } }, "usesContext": [ "postType", "postId" ] }