homegrade_blocks_production/blocks/timeline/build/block.json
2023-10-17 17:34:26 +02:00

30 lines
696 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "homegrade-content-blocks/timeline",
"version": "0.1.0",
"title": "Timeline",
"category": "homegrade-blocks",
"description": "Pour la création de timeline",
"supports": {
"html": false
},
"textdomain": "homegrade-blocks",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"attributes": {
"hasStepPictures": {
"type": "boolean",
"default": true
},
"hasStepIcons": {
"type": "boolean",
"default": true
},
"stepPictureFormat": {
"type": "string",
"default": "md"
}
}
}