aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2022-01-05 12:59:42 +0000
committerpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2022-01-05 12:59:42 +0000
commit7b319e35f709ebfbdd3b3e65baa582575e54c109 (patch)
treecbc6f847a9b024754203ca4a7f5eebee42aa5ebe /docs
parent3026182e8c5ca06e8a349b4d9050afd3a3baf503 (diff)
downloadpmwiki.svn-7b319e35f709ebfbdd3b3e65baa582575e54c109.tar.bz2
sample-config.php re-add $EnableNotSavedWarning = 1.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@3965 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r--docs/sample-config.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php
index 31407763..fdc7482a 100644
--- a/docs/sample-config.php
+++ b/docs/sample-config.php
@@ -50,6 +50,10 @@ include_once("scripts/xlpage-utf-8.php");
## 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