The attached patch, wysiwyg_ok_calls.patch to WysiwygPlugin.pm
adds a new pref variable, WYSIWYG_OK_CALLS that can be set to the TWiki calls
that you know kupu work with, in the case you disabled them via a
- Set WYSIWYG_EXCLUDE = calls
Usage: the name of comments separated by |
* Set WYSIWYG_OK_CALLS = COMMENT|CALENDAR
Issues:
- The variable value are passed directly as a perl regexp part, thus presenting probably a security risk
Doc:
At the end of the Editor Control section, add:
If you excluded calls in WYSIWYG_EXCLUDE, you can add in the preference variable
WYSIWYG_OK_CALLS the list of call you tolerate for Wysiwyg editing, as a list of call names
separated by vertical bars, with no spaces, e.g:
- Set WYSIWYG_OK_CALLS = COMMENT|CALENDAR|INCLUDE
CN
Also add Koen Martens templatetopic patch
CC