mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] website, html_builder: move image and background options
As mass_mailing will soon use the `html_builder` instead of the legacy editor, some useful options currently exclusive to `website` can be moved to be globally available. task-4247642 closes odoo/design-themes#1131 Related: odoo/odoo#222345 Signed-off-by: Francois Georis (fge) <fge@odoo.com> Co-authored-by: Damien Abeloos <abd@odoo.com> Co-authored-by: Thomas Josse <thjo@odoo.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { BackgroundShapeOptionPlugin } from "@website/builder/plugins/background_option/background_shape_option_plugin";
|
import { BackgroundShapeOptionPlugin } from "@html_builder/plugins/background_option/background_shape_option_plugin";
|
||||||
import { patch } from "@web/core/utils/patch";
|
import { patch } from "@web/core/utils/patch";
|
||||||
import { _t } from "@web/core/l10n/translation";
|
import { _t } from "@web/core/l10n/translation";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user