From 46354c75f6f7cd4a8e61b1bc049406c15fba41ed Mon Sep 17 00:00:00 2001 From: rurban Date: Mon, 31 Oct 2005 17:04:58 +0000 Subject: [PATCH] add comments for new options git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4968 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- config/config-dist.ini | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/config-dist.ini b/config/config-dist.ini index b5b64230e..6e21eddb3 100644 --- a/config/config-dist.ini +++ b/config/config-dist.ini @@ -47,6 +47,20 @@ ; Default: false ;ENABLE_DOUBLECLICKEDIT = false +; Enable WYSIWYG editing. Converting back HTML to wikitext does not work yet. Experimental! +;ENABLE_WYSIWYG = true + +; Which backend? Must be seperately installed. See lib/WysiwygEdit/ +; tinymce http://tinymce.moxiecode.com/ +; FCKeditor http://fckeditor.net/ +; spaw http://sourceforge.net/projects/spaw +; htmlarea3 +; htmlarea2 +;WYSIWYG_BACKEND = tinymce + +; Store all pages as HTML? Will loose most link and plugin options. +;WYSIWYG_DEFAULT_PAGETYPE_HTML = false + ; Needed for inlined SVG and MathM, but conflicts with document.write(). ; Experimental. Default: false. Problematic with MSIE6 ; See http://hixie.ch/advocacy/xhtml -- 2.45.0