diff --git a/js-wixcode-sdk/$w/Node.service.json b/js-wixcode-sdk/$w/Node.service.json index e1115a28d2..1a7c9cb8f8 100644 --- a/js-wixcode-sdk/$w/Node.service.json +++ b/js-wixcode-sdk/$w/Node.service.json @@ -1,8 +1,7 @@ { "name": "Node", "memberOf": "$w", "mixes": [], - "labels": - [ "changed" ], + "labels": [], "location": { "lineno": 1, "filename": "Node.js" }, @@ -160,8 +159,7 @@ { } } ], "operations": [ { "name": "scrollTo", - "labels": - [ "changed" ], + "labels": [], "nameParams": [], "params": [], "ret": diff --git a/js-wixcode-sdk/wix-window-frontend/Lightbox.service.json b/js-wixcode-sdk/wix-window-frontend/Lightbox.service.json index 3e8757bfc8..2388f007ca 100644 --- a/js-wixcode-sdk/wix-window-frontend/Lightbox.service.json +++ b/js-wixcode-sdk/wix-window-frontend/Lightbox.service.json @@ -1,7 +1,8 @@ { "name": "Lightbox", "memberOf": "wix-window-frontend", "mixes": [], - "labels": [], + "labels": + [ "changed" ], "location": { "lineno": 327, "filename": "window-frontend.js" }, @@ -174,7 +175,8 @@ "extra": { } }, { "name": "getContext", - "labels": [], + "labels": + [ "changed" ], "nameParams": [], "params": [], "ret": @@ -196,7 +198,7 @@ " function. If the lightbox is opened automatically when the page loads or", " by a link from a page element, data will not be passed to the lightbox.", " Therefore, if you want to pass data to the lightbox, make sure", - " **Automatically display lightbox on pages** is [set](https://support.wix.com/en/article/setting-which-page-your-lightbox-appears-on) to **No** in the", + " **Automatically display lightbox on pages** is [set](https://support.wix.com/en/article/wix-editor-adding-and-setting-up-a-lightbox#step-3-set-the-lightbox-trigger) to **No** in the", " **Lightbox Settings** panel in the Editor and don't set any element's link", " to open the lightbox. Instead, create your own method for opening", " the lightbox programmatically. For example, you can add a button with an `onClick` event",