Skip to content

Commit 7d99620

Browse files
committed
#419: Nested Links If User Adds Link Attribute & Link Widget to Banner/Slide, Refactoring.
1 parent ee0b18f commit 7d99620

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/utils/nesting-widget-dialog.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/utils/nesting-widget-dialog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import WysiwygInterface from "../wysiwyg/wysiwyg-interface";
1919
* @param {string} inlineMessageField
2020
* @param {string} linkUrlField
2121
*/
22-
export default function nestingLinkDialog(
22+
export default function nestingWidgetDialog(
2323
dataStore: DataStore,
2424
wysiwyg: WysiwygInterface,
2525
inlineMessageField: string,

0 commit comments

Comments
 (0)