[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:
abd-msyukyu-odoo
2025-08-19 13:53:36 +02:00
parent d11a932f32
commit ff3b83713f
@@ -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";