Skip to content

Commit d0b8f88

Browse files
committed
[IMP] theme_test_custo: update js import
This commit updates the js import for ImageShapeOptionPlugin as it was moved from website to html_builder in: odoo/odoo#215136. task-4247642 closes #1109 X-original-commit: 823975f Related: odoo/odoo#217401 Signed-off-by: Benoit Socias (bso) <[email protected]> Signed-off-by: Thomas Josse (thjo) <[email protected]>
1 parent e78bd3f commit d0b8f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme_test_custo/static/src/builder/image_shape_option_plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ImageShapeOptionPlugin } from "@website/builder/plugins/image/image_shape_option_plugin";
1+
import { ImageShapeOptionPlugin } from "@html_builder/plugins/image/image_shape_option_plugin";
22
import { patch } from "@web/core/utils/patch";
33
import { _t } from "@web/core/l10n/translation";
44

0 commit comments

Comments
 (0)