Files
timeline-svg/example/project.json

22 lines
424 B
JSON

{
"name": "Example Timeline Project",
"description": "Neutrales Beispielprojekt f\u00fcr die Timeline Engine.",
"dataSource": "sample.csv",
"stylesheet": "style.css",
"svgTemplate": "template.svg",
"settings": {
"timelineMonths": 18
},
"fieldMapping": {
"id": "ID",
"title": "Title",
"lane": "Lane",
"due": [
"Due"
],
"epic": null,
"type": null,
"color": null
}
}