25 lines
631 B
JSON
25 lines
631 B
JSON
{
|
|
"Base_Dir": "modules",
|
|
"Modules": [
|
|
{
|
|
"Name": "Abschnitte",
|
|
"Path": "abschnitte",
|
|
"CSVFile": "abschnitte.csv",
|
|
"Default_Language": "dt",
|
|
"Default_Variants": ["hoch"]
|
|
},
|
|
{
|
|
"Name": "Gleise",
|
|
"Path": "gleise_zahlen",
|
|
"CSVFile": "gleise_zahlen.csv",
|
|
"Default_Variants": ["hoch"],
|
|
"Default_Language": "dt"
|
|
},
|
|
{
|
|
"Name": "Module",
|
|
"Path": "module",
|
|
"CSVFile": "module_dt.csv",
|
|
"Default_Language": "dt"
|
|
}
|
|
]
|
|
}
|