homegrade_blocks_production/blocks/focused-schema/build/block.json
Antoine M 0c828ee44d
All checks were successful
continuous-integration/drone/push Build is passing
refining focused-schema to accept overflowing tag and limit bubble placement
2024-10-01 15:29:12 +02:00

59 lines
1.4 KiB
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "homegrade-content-blocks/focused-schema",
"version": "0.1.0",
"title": "Schéma + Légende",
"category": "homegrade-blocks",
"description": "Bloc de Gestion schéma. Insérer un schéma et insérez-y la légende nécéssaire à l'aide de points de focus.",
"supports": {
"html": false,
"reusable": false
},
"attributes": {
"coverId": {
"type": "number"
},
"coverAlt": {
"type": "string",
"source": "attribute",
"selector": "img",
"attribute": "alt",
"default": ""
},
"showDescription": {
"type": "boolean",
"default": false
},
"showLegend": {
"type": "boolean",
"default": false
},
"coverUrl": {
"type": "string",
"source": "attribute",
"selector": "img",
"attribute": "src"
},
"coverDescription": {
"type": "string",
"source": "attribute",
"selector": "img",
"attribute": "data-description"
},
"coverLegend": {
"type": "string",
"source": "attribute",
"selector": "img",
"attribute": "data-legend"
},
"focusBullets": {
"type": "array",
"default": []
}
},
"textdomain": "homegrade-theme__bloks-texte-fonctionnel",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css"
}