WYSIWYG_6x
This is to set optimal setting for WYSIWYG in Tiki 6.xYAML
preferences: feature_wysiwyg: y feature_wiki_paragraph_formatting: y feature_wiki_paragraph_formatting_add_br: y wysiwyg_wiki_parsed: y feature_wiki_allowhtml: y feature_ajax: y # needed for wysiwyg_htmltowiki and "visual" plugins ajax_autosave: y wysiwyg_toolbar_skin: kama # On by default but should be switched if not on wysiwyg_ckeditor:y wysiwyg_memo: y
To be added later when the rest is well tested:
wysiwyg_htmltowiki: y
Add a test sample page
This will include: wysiwyg_sample_page
YAML
instructions: wysiwyg_sample_page
preferences:
enable: [ feature_wiki ]
objects:
-
type: wiki_page
ref: wysiwyg_sample_page
data:
name: wysiwyg_sample_page
description: Just for testing
lang: en
content: wikicontent:wysiwyg_sample_pageNote: Section edit is incompatible with WYSIWYG
