We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fe967 commit 41ba073Copy full SHA for 41ba073
addons/html_builder/static/src/website_builder/plugins/menu_data_plugin.js
@@ -4,7 +4,7 @@ import { NavbarLinkPopover } from "@html_editor/main/link/navbar_link_popover";
4
import { MenuDialog, EditMenuDialog } from "@website/components/dialog/edit_menu";
5
import { withSequence } from "@html_editor/utils/resource";
6
7
-class MenuDataPlugin extends Plugin {
+export class MenuDataPlugin extends Plugin {
8
static id = "menuDataPlugin";
9
resources = {
10
link_popovers: [
0 commit comments