homegrade_blocks_production/blocks/press-photo-kit/build/block.json

18 lines
519 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "homegrade-content-blocks/press-photo-kit",
"version": "0.1.0",
"title": "Kit Photo — Presse",
"category": "homegrade-blocks",
"icon": "smiley",
"description": "Un bloc pour afficher le kit photo pour la presse",
"supports": {
"html": false
},
"textdomain": "test",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"render": "file:./render.php"
}