homegrade_blocks_production/blocks/timeline/build/block.json

43 lines
940 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": {
"hasLateralCover": {
"type": "boolean",
"default": false
},
"lateralCoverId": {
"type": "number"
},
"lateralCoverUrl": {
"type": "string"
},
"lateralCoverAlt": {
"type": "string"
},
"hasStepPictures": {
"type": "boolean",
"default": true
},
"hasStepIcons": {
"type": "boolean",
"default": true
},
"stepPictureFormat": {
"type": "string",
"default": "md"
}
}
}