init: first commit of chatgpt prebuild
This commit is contained in:
parent
e0d2689a9d
commit
eeebdd72d5
12 changed files with 401 additions and 1 deletions
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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue