Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.284.2.194 -r1.284.2.195 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 1 Feb 2022 21:07:46 -0000 1.284.2.194 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 18 Feb 2022 10:14:46 -0000 1.284.2.195 @@ -4078,6 +4078,7 @@ {wiki_p true} {slim false} {CSSclass xinha} + extraPlugins } richtext::xinha set editor_mixin 1 richtext::xinha instproc initialize {} { @@ -4094,12 +4095,14 @@ next set :widget_type richtext - if {![info exists :plugins]} { + if {![info exists :extraPlugins]} { :plugins \ [parameter::get -parameter "XowikiXinhaDefaultPlugins" \ -default [parameter::get_from_package_key \ -package_key "acs-templating" \ -parameter "XinhaDefaultPlugins"]] + } else { + set :plugins ${:extraPlugins} } set :options [:get_attributes editor plugins width height folder_id script_dir javascript wiki_p] # for the time being, we can't set the defaults via parameter,