Skip to content

2. Config

yopox edited this page Sep 4, 2019 · 1 revision

In the config/ folder are stored various json configuration files.

.json files

The three files are locations.json, materials.json, and volumes.json and use the same structure.

Add your elements using the following format :

"referenceName": {
    "name": "displayedName",
    "code": "codeName"
},
  • referenceName doesn't have any impact
  • name is the displayed name visible in prompts
  • code is the value of the item in the database, don't use spaces or the ' character (see this issue)

Clone this wiki locally