homegrade_blocks_production/build/chapter-header/block.json

29 lines
716 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "homegrade-multiple/chapter-header",
"version": "0.1.0",
"title": "Chapter Header",
"category": "wpblock-blocks",
"icon": {
"background": "#fff",
"foreground": "#DF1E1E",
"src": "feedback"
},
"description": "Un bloc dynamique qui affiche le titres de chapitre",
"supports": {
"html": false
},
"textdomain": "wpblock-latest-posts",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"render": "file:./render.php",
"attributes": {
"blockTitle": {
"type": "string",
"source": "html",
"selector": "h2"
}
}
}