aboutsummaryrefslogtreecommitdiff
path: root/docs/sample-config.php
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sample-config.php')
-rw-r--r--docs/sample-config.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php
index fdc7482a..fdaf7765 100644
--- a/docs/sample-config.php
+++ b/docs/sample-config.php
@@ -46,14 +46,16 @@ include_once("scripts/xlpage-utf-8.php");
# $EnableBlocklist = 1; # enable manual blocklists
# $EnableBlocklist = 10; # enable automatic blocklists
+## You can enable a number of functions improving your experience
+## editing and reviewing pages. This includes LocalTimes, PmSyntax,
+## GUIButtons, TableOfContents and more, search the documentation
+## for this variable:
+# $EnableCommonEnhancements = 1;
+
## PmWiki comes with graphical user interface buttons for editing;
## to enable these buttons, set $EnableGUIButtons to 1.
# $EnableGUIButtons = 1;
-## This enables a message if editors have modified a page but try to
-## move away from the edit form before saving the text.
-$EnableNotSavedWarning = 1; # 1: warn editors; 0: disable warning
-
## You can enable syntax highlighting for the documentation and/or
## for the edit form.
# $EnablePmSyntax = 1; # or 2, see documentation