... * [BXE|Editors_BXE] * [Kupu|Editors_Kupu] * [Oneform|Editors_Oneform] Which editor for which resource can be used is usually defined in the resource class, but you can reorder and exclude this in {{conf/editors/$resourcetype.xml}} for xhtml, this is per default: {panel} <bxcms xmlns="http://bitflux.org/editorconfig"> <editors> <editor name="bxe"/> <editor name="kupu"/> <editor name="oneform"/> </editors> </bxcms> {panel} If you want to have kupu as default, just write {panel} <editor name="kupu"/> <editor name="bxe"/> <editor name="oneform"/> {panel} If you don't want to allow the oneform editor, just remove it: {panel} <editor name="kupu"/> <editor name="bxe"/> {panel}
|