10 lines
No EOL
308 B
Markdown
10 lines
No EOL
308 B
Markdown
## Adding new config key
|
|
|
|
1. Edit utils/init/initialConfig.json
|
|
2. Edit client/src/interfaces/Config.ts
|
|
3. Edit client/src/utility/templateObjects/configTemplate.ts
|
|
|
|
If config value will be used in a form:
|
|
|
|
4. Edit client/src/interfaces/Forms.ts
|
|
5. Edit client/src/utility/templateObjects/settingsTemplate.ts |