CMS: Default changed and added Parameter to config_example

This commit is contained in:
Dirk Alders 2024-10-14 19:46:12 +02:00
parent 856e307068
commit cc614f0ee4
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@
# #
# Piki Setting # Piki Setting
# #
# The root page to be used
STARTPAGE = "startpage" STARTPAGE = "startpage"
# Activate content management system (view)
# CMS_MODE = True
# #
# Users library # Users library

View File

@ -11,7 +11,7 @@ def no_access(*args, **kwargs):
DEFAULTS = { DEFAULTS = {
CMS_MODE: True, CMS_MODE: False,
} }