homegrade_blocks_production/blocks/vocabulaire-summary/build/block.json

23 lines
610 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "homegrade-content-blocks/vocabulaire-summary",
"version": "0.1.0",
"title": "Vocabulaire de la fiche",
"category": "homegrade-blocks",
"icon": "testimonial",
"description": "Pour afficher tout le vocabulaire contenu dans la fiche",
"supports": {
"html": false
},
"textdomain": "homegrade-blocks",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"attributes": {
"tooltipWords": {
"type": "array",
"default": []
}
}
}