timeline-svg/example-proto/project.json

22 lines
492 B
JSON
Raw Normal View History

{
"name": "Prototype Template Example",
"description": "Example using DOM-based prototype templates - fully editable in Inkscape!",
"dataSource": "sample.csv",
"stylesheet": "style.css",
"svgTemplate": "template-proto.svg",
"settings": {
"timelineMonths": 18,
"marginLeft": 220,
"marginTop": 140,
"monthWidth": 120,
"laneHeight": 80,
"laneGap": 16
},
"fieldMapping": {
"id": "ID",
"title": "Title",
"lane": "Lane",
"due": ["Due"]
}
}