Added possible values to entry page config setting

This commit is contained in:
Niels Tholenaar
2019-07-10 17:14:25 +02:00
parent 94e2ec5e15
commit e3f53aaebd

View File

@@ -46,8 +46,9 @@ Setting('STOCK_BARCODE_LOOKUP_PLUGIN', 'DemoBarcodeLookupPlugin');
# set this to true
Setting('DISABLE_URL_REWRITING', false);
# By default the homepage will be set to the stock overview.
# You can set this to any overview you want. Example: Use recipes to set the homepage to the recipes overview.
# Specify an custom homepage if desired. By default the homepage will be set to the stock overview.
# You can chosen one of the following values:
# stock, shoppinglist, recipes, chores, tasks, batteries, equipment, calendar
Setting('ENTRY_PAGE', 'stock');
# Set this to true if you want to disable authentication / the login screen,