There is a parameter in acs-templating with a list of default plugins for xinha. Should xowiki use these default list of plugins ? I just noticed that xowiki-forms has the list hard coded. We could fetch it from the acs-templating parameter.
{f.text
{text:richtext(richtext),nospell,optional
{label Content}
{options {editor xinha plugins {
GetHtml CharacterMap ContextMenu FullScreen InsertAnchor
ListType TableOperations EditTag LangMarks Abbreviation OacsFs
} height 350px
}}
{html {rows 15 cols 50 style {width: 100%}}}}
}
*********
{f.text
{text:richtext(richtext),nospell,optional
{label Content}
{options {editor xinha plugins {
[parameter::get_from_package_key -package_key "acs-templating" -parameter "XinhaDefaultPlugins" -default "GetHtml CharacterMap ContextMenu FullScreen InsertAnchor ListType TableOperations EditTag LangMarks Abbreviation OacsFs"]
} height 350px
}}
{html {rows 15 cols 50 style {width: 100%}}}}
}