mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-25 05:49:36 +02:00
Added option to disable search bar autofocus
This commit is contained in:
parent
0ec77c33bf
commit
df6d96f5b6
8 changed files with 45 additions and 6 deletions
10
DEV_GUIDELINES.md
Normal file
10
DEV_GUIDELINES.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
## 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
|
Loading…
Add table
Add a link
Reference in a new issue