summaryrefslogtreecommitdiffstats
path: root/plugins/55/wrap/conf/default.php
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2024-12-01 20:45:31 +0100
committerDaniel Baumann <daniel@debian.org>2024-12-12 11:20:41 +0100
commitfacc04d43a98ffde4eb8e8e0047fdec564108b4e (patch)
treedc4150a755213b2417d0a5afa05a792416730e70 /plugins/55/wrap/conf/default.php
parentAdding wrap makefile. (diff)
downloaddokuwiki-plugins-extra-facc04d43a98ffde4eb8e8e0047fdec564108b4e.tar.xz
dokuwiki-plugins-extra-facc04d43a98ffde4eb8e8e0047fdec564108b4e.zip
Adding wrap version 2023-08-13 (63b6c01).
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'plugins/55/wrap/conf/default.php')
-rw-r--r--plugins/55/wrap/conf/default.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/55/wrap/conf/default.php b/plugins/55/wrap/conf/default.php
new file mode 100644
index 0000000..6897bb3
--- /dev/null
+++ b/plugins/55/wrap/conf/default.php
@@ -0,0 +1,13 @@
+<?php
+/*
+ * Wrap plugin, default configuration settings
+ *
+ */
+
+$conf['noPrefix'] = 'tabs, group';
+$conf['restrictedClasses'] = ''; //restrict usage of plugin to these classes (comma separated)
+$conf['restrictionType'] = 0; //0= exclude restricted classes, 1=include restricted classes and exclude all others
+$conf['syntaxDiv'] = 'WRAP';
+$conf['syntaxSpan'] = 'wrap';
+$conf['darkTpl'] = 0;
+$conf['emulatedHeadlines'] = 0;