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 -N -r1.248.2.33 -r1.248.2.34 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 3 Oct 2016 13:23:22 -0000 1.248.2.33 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 29 Oct 2016 13:25:07 -0000 1.248.2.34 @@ -1993,6 +1993,7 @@ {destroy_callback "/* callback code */"} {submit_callback ""} {extraPlugins "xowikiimage"} + {extraAllowedContent {*(*)}} {templatesFiles ""} {templates ""} {contentsCss /resources/xowiki/ck_contents.css} @@ -2129,6 +2130,7 @@ parent_id: '[[my object] item_id]', package_url: '[$package_id package_url]', extraPlugins: '[join [my extraPlugins] ,]', + extraAllowedContent: '[my extraAllowedContent]', contentsCss: '[my contentsCss]', imageSelectorDialog: '[my imageSelectorDialog]?parent_id=[[my object] item_id]', ready_callback: '$ready_callback2',