homegrade_blocks_production/blocks/text-image/build/block.json

35 lines
780 B
JSON

{
"$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"
},
"imageProportion": {
"type": "string",
"default": "original"
},
"contentDisposition": {
"type": "string",
"default": "left"
}
}
}