homegrade_blocks_production/blocks/focused-thematique/build/focus-point-thematique/block.json
2023-08-30 18:10:52 +02:00

36 lines
853 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "homegrade-content-blocks/focus-point-thematique",
"version": "0.1.0",
"title": "Point de légende ",
"category": "homegrade-blocks",
"description": "Point de légende focus pour en tête de thématique",
"supports": {
"html": false
},
"textdomain": "focus-point-thematique",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"attributes": {
"focusTitle": {
"type": "string",
"default": "Légende Sans titre"
},
"focusCaptionDescription": {
"type": "string"
},
"focusIndex": {
"type": "number",
"default": 0
},
"focusPosition": {
"type": "object",
"default": {
"x": 0.5,
"y": 0.5
}
}
}
}