From ff3b83713fcd1fbd7abd13191e921d41a23ec9ed Mon Sep 17 00:00:00 2001 From: abd-msyukyu-odoo Date: Tue, 19 Aug 2025 13:53:36 +0200 Subject: [PATCH] [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) Co-authored-by: Damien Abeloos Co-authored-by: Thomas Josse --- .../static/src/builder/background_shape_option_plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme_test_custo/static/src/builder/background_shape_option_plugin.js b/theme_test_custo/static/src/builder/background_shape_option_plugin.js index 485b52429..f9b58eeca 100644 --- a/theme_test_custo/static/src/builder/background_shape_option_plugin.js +++ b/theme_test_custo/static/src/builder/background_shape_option_plugin.js @@ -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 { _t } from "@web/core/l10n/translation";