From e3f53aaebd8410110d4759bb4fa213018f167407 Mon Sep 17 00:00:00 2001 From: Niels Tholenaar Date: Wed, 10 Jul 2019 17:14:25 +0200 Subject: [PATCH] Added possible values to entry page config setting --- config-dist.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config-dist.php b/config-dist.php index c775054b..033a356d 100644 --- a/config-dist.php +++ b/config-dist.php @@ -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,