homegrade_blocks_production/blocks/date/build/block.json

22 lines
540 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "homegrade-content-blocks/date",
"version": "0.1.0",
"title": "Date (Texte)",
"category": "homegrade-blocks",
"icon": "smiley",
"description": "Pour afficher une date simple (format Texte)",
"supports": {
"html": false
},
"textdomain": "homegrade-blocks",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"attributes": {
"date": {
"type": "object"
}
}
}