File: /home/zeusxp5/chuair.org/wp-content/plugins/wd-framework/build/timeline/block.json
{
"apiVersion": 2,
"name": "webdevia/timeline",
"version": "0.1.0",
"title": "Timeline",
"category": "webdevia",
"icon": "smily",
"description": "The Timeline block!",
"attributes": {
"mediaId": {
"type": "number",
"default": 0
},
"mediaUrl": {
"type": "string",
"default": "../wp-content/plugins/wd-framework/includes/block-editor/blocks/timeline/placeholder-icon.svg"
},
"layout": {
"type": "string",
"default": "ha"
},
"events": {
"type": "array",
"default": [
{
"date": "2020",
"title": "Event 1",
"picture": "https://via.placeholder.com/300x200.png",
"link": "#",
"text": "Lorem ipsum dolor sit amet, consectetur adip"
},
{
"date": "2021",
"title": "Event 2",
"picture": "https://via.placeholder.com/300x200.png",
"link": "#",
"text": "Lorem ipsum dolor sit amet, consectetur adip"
},
{
"date": "2022",
"title": "Event 3",
"picture": "https://via.placeholder.com/300x200.png",
"link": "#",
"text": "Lorem ipsum dolor sit amet, consectetur adip"
}
]
},
"columns": {
"type": "number",
"default": 3
},
"textAlign": {
"type": "string",
"default": "left"
}
},
"supports": {
"html": false,
"anchor": true,
"align": [
"wide",
"full"
]
},
"keywords": [
"wd",
"webdevia",
"timeline"
],
"textdomain": "webdevia-blocks",
"editorScript": "file:./index.js",
"viewScript": "file:./view.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css"
}