homegrade_blocks_production/build/wpblock-citation/block.json
2023-08-03 10:32:29 +02:00

41 lines
923 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "create-block/wpblock-citation",
"version": "0.1.0",
"title": "Wpblock Citation",
"category": "homegrade-blocks",
"icon": "smiley",
"description": "WPBlock de citation",
"supports": {
"html": false
},
"textdomain": "homegrade-theme__bloks-texte-fonctionnel",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"attributes": {
"citation": {
"type": "string",
"source": "html",
"selector": "h2"
},
"author": {
"type": "string",
"source": "html",
"selector": "p"
},
"textAlignment": {
"type": "string",
"default": "left"
},
"backgroundColor": {
"type": "string",
"default": "#322f9c"
},
"textColor": {
"type": "string",
"default": "#fff"
}
}
}