Commit cc549d7b authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5_officejs: CKEditor gadget allow details, section and article tags

parent 88843d84
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
{ {
removeButtons: 'NewPage,Preview', removeButtons: 'NewPage,Preview',
removePlugins: '', removePlugins: '',
disableNativeSpellChecker: false disableNativeSpellChecker: false,
extraAllowedContent: "details section article"
} }
); );
g.props.ckeditor.addCommand('saveRJS', { g.props.ckeditor.addCommand('saveRJS', {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment