71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "telex/block-company-timeline",
|
|
"version": "0.1.0",
|
|
"title": "Company Timeline",
|
|
"category": "design",
|
|
"icon": "calendar-alt",
|
|
"description": "Display company milestones with a fixed sidebar navigation and scroll-based highlighting",
|
|
"keywords": [
|
|
"timeline",
|
|
"history",
|
|
"milestones",
|
|
"chronology",
|
|
"events"
|
|
],
|
|
"attributes": {
|
|
"entries": {
|
|
"type": "array",
|
|
"default": [
|
|
{
|
|
"year": "2020",
|
|
"title": "Company Founded",
|
|
"description": "Our journey began with a vision to make a difference.",
|
|
"imageUrl": "",
|
|
"imageId": 0
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"example": {
|
|
"attributes": {
|
|
"entries": [
|
|
{
|
|
"year": "2010",
|
|
"title": "The Beginning",
|
|
"description": "Founded with a mission to innovate.",
|
|
"imageUrl": "",
|
|
"imageId": 0
|
|
},
|
|
{
|
|
"year": "2015",
|
|
"title": "Major Milestone",
|
|
"description": "Reached 1 million customers worldwide.",
|
|
"imageUrl": "",
|
|
"imageId": 0
|
|
},
|
|
{
|
|
"year": "2020",
|
|
"title": "Global Expansion",
|
|
"description": "Opened offices in 25 countries.",
|
|
"imageUrl": "",
|
|
"imageId": 0
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"supports": {
|
|
"html": false,
|
|
"anchor": true,
|
|
"align": [
|
|
"wide",
|
|
"full"
|
|
]
|
|
},
|
|
"textdomain": "company-timeline",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"viewScript": "file:./view.js"
|
|
} |