mirror of
https://github.com/pawelmalak/flame.git
synced 2024-12-19 08:02:16 +03:00
10 lines
308 B
Markdown
10 lines
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 |