-
- Downloads
[IMP] web_editor, website, *: move text tools in snippets panel
*: website_event, test_website This commit is a series of hacks. The goal is to move the summernote text tools to the editor panel for the website editor. All the code to use the text tools in a top bar is kept (mass mailing, etc) and the text tools are placed at the right place for website in an ugly way. This is obviously temporary, until we can implement those text tools more generically and in a better way thanks to the new editor. Part of https://github.com/odoo/odoo/pull/57975 task-2344227 closes odoo/odoo#57975 Related: odoo/design-themes#364 Signed-off-by:Quentin Smetz (qsm) <qsm@odoo.com>
Showing
- addons/test_website/static/tests/tours/reset_views.js 1 addition, 1 deletionaddons/test_website/static/tests/tours/reset_views.js
- addons/web_editor/static/src/js/editor/snippets.editor.js 5 additions, 0 deletionsaddons/web_editor/static/src/js/editor/snippets.editor.js
- addons/web_editor/static/src/js/editor/summernote.js 2 additions, 2 deletionsaddons/web_editor/static/src/js/editor/summernote.js
- addons/web_editor/static/src/js/wysiwyg/wysiwyg_snippets.js 8 additions, 2 deletionsaddons/web_editor/static/src/js/wysiwyg/wysiwyg_snippets.js
- addons/web_editor/static/src/scss/wysiwyg.scss 4 additions, 11 deletionsaddons/web_editor/static/src/scss/wysiwyg.scss
- addons/web_editor/static/src/scss/wysiwyg_snippets.scss 58 additions, 8 deletionsaddons/web_editor/static/src/scss/wysiwyg_snippets.scss
- addons/website/static/src/scss/website.edit_mode.scss 7 additions, 2 deletionsaddons/website/static/src/scss/website.edit_mode.scss
- addons/website/static/src/scss/website.wysiwyg.scss 1 addition, 1 deletionaddons/website/static/src/scss/website.wysiwyg.scss
- addons/website/static/src/xml/website.editor.xml 2 additions, 2 deletionsaddons/website/static/src/xml/website.editor.xml
- addons/website/static/tests/tours/html_editor.js 1 addition, 1 deletionaddons/website/static/tests/tours/html_editor.js
- addons/website_event/static/src/js/tours/event_tour.js 1 addition, 1 deletionaddons/website_event/static/src/js/tours/event_tour.js
Loading
Please register or sign in to comment