diff --git a/js-wixcode-sdk/wix-window-frontend.service.json b/js-wixcode-sdk/wix-window-frontend.service.json index 8d1799a990..095c695e48 100644 --- a/js-wixcode-sdk/wix-window-frontend.service.json +++ b/js-wixcode-sdk/wix-window-frontend.service.json @@ -426,11 +426,11 @@ "examples": [ { "title": "Get the data passed to a custom app page", "body": - [ "import wixWindow from 'wix-window';", + [ "import wixWindowFrontend from 'wix-window-frontend';", "", "// ...", "", - "let appData = wixWindow.getAppPageData(); // {nextSection: {sectionId: \"Booking Form\"}}" ], + "let appData = wixWindowFrontend.getAppPageData(); // {nextSection: {sectionId: \"Booking Form\"}}" ], "extra": { } } ], "extra": diff --git a/js-wixcode-sdk/wix-window.service.json b/js-wixcode-sdk/wix-window.service.json index 0431509d6b..e5fe9d431f 100644 --- a/js-wixcode-sdk/wix-window.service.json +++ b/js-wixcode-sdk/wix-window.service.json @@ -493,11 +493,11 @@ "examples": [ { "title": "Get the data passed to a custom app page", "body": - [ "import wixWindow from 'wix-window';", + [ "import wixWindowFrontend from 'wix-window-frontend';", "", "// ...", "", - "let appData = wixWindow.getAppPageData(); // {nextSection: {sectionId: \"Booking Form\"}}" ], + "let appData = wixWindowFrontend.getAppPageData(); // {nextSection: {sectionId: \"Booking Form\"}}" ], "extra": { } } ], "extra":