From 3586bf77c3ff992cd782d8b476836a08c72c7327 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Wed, 6 Mar 2019 19:37:55 +0100 Subject: [PATCH] Added info about Feature Flags --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 08a1fac5..517a3ba9 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,9 @@ There is no plugin included for any service, see the reference implementation in ### Database migrations 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 - When the file `data/custom_js.html` exists, the contents of the file will be added just before `` (end of body) on every page - When the file `data/custom_css.html` exists, the contents of the file will be added just before `` (end of head) on every page