generated from coulomb/repo-seed
init: first commit of chatgpt prebuild
This commit is contained in:
21
example/project.json
Normal file
21
example/project.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user