mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 01:55:47 +00:00
Added info about Feature Flags
This commit is contained in:
parent
ff886fea61
commit
3586bf77c3
@ -73,6 +73,9 @@ There is no plugin included for any service, see the reference implementation in
|
|||||||
### Database migrations
|
### Database migrations
|
||||||
Database schema migration is automatically done when visiting the root (`/`) route (click on the logo in the left upper edge).
|
Database schema migration is automatically done when visiting the root (`/`) route (click on the logo in the left upper edge).
|
||||||
|
|
||||||
|
### Disable certain features
|
||||||
|
If you don't use certain feature sets of grocy (for example if you don't need "Chores"), there are feature flags per major feature set to hide/disable the related UI elements (see `config-dist.php`)
|
||||||
|
|
||||||
### Adding your own CSS or JS without to have to modify the application itself
|
### Adding your own CSS or JS without to have to modify the application itself
|
||||||
- When the file `data/custom_js.html` exists, the contents of the file will be added just before `</body>` (end of body) on every page
|
- When the file `data/custom_js.html` exists, the contents of the file will be added just before `</body>` (end of body) on every page
|
||||||
- When the file `data/custom_css.html` exists, the contents of the file will be added just before `</head>` (end of head) on every page
|
- When the file `data/custom_css.html` exists, the contents of the file will be added just before `</head>` (end of head) on every page
|
||||||
|
Loading…
x
Reference in New Issue
Block a user