mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[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 odoo/design-themes#1108 Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ImageShapeOptionPlugin } from "@website/builder/plugins/image/image_shape_option_plugin";
|
||||
import { ImageShapeOptionPlugin } from "@html_builder/plugins/image/image_shape_option_plugin";
|
||||
import { patch } from "@web/core/utils/patch";
|
||||
import { _t } from "@web/core/l10n/translation";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user