You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MC-5386: Anchors Under Each Div if TinyMCE link Is Added to Banner/Slide (Add Notification for When Link Attribute Is Entered)
- Updated content of nesting link dialogs dialog
- Updated translation file for above change
- Updated nesting link dialog logic to check for wysiwyg, correctly fix inline editor content, and blur inline editor on modal
Copy file name to clipboardExpand all lines: app/code/Magento/PageBuilder/Test/Mftf/Data/BannerData.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@
80
80
<datakey="section">contents</data>
81
81
<datakey="fieldName">message</data>
82
82
<datakey="errorMessage">Adding link in both content and outer element is not allowed.</data>
83
-
<datakey="stageErrorMessage">Adding link in content and outer element is not allowed. Remove the link from the element before adding links to the content.</data>
83
+
<datakey="stageErrorMessage">We are unable to support links within the content field whilst having a link set on the content type. Please remove the content type link if you'd like to set a link within the content. We will automatically remove the links within the content field.</data>
Copy file name to clipboardExpand all lines: app/code/Magento/PageBuilder/Test/Mftf/Data/SlideData.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -246,6 +246,6 @@
246
246
<datakey="section">general</data>
247
247
<datakey="fieldName">content</data>
248
248
<datakey="errorMessage">Adding link in both content and outer element is not allowed.</data>
249
-
<datakey="stageErrorMessage">Adding link in content and outer element is not allowed. Remove the link from the element before adding links to the content.</data>
249
+
<datakey="stageErrorMessage">We are unable to support links within the content field whilst having a link set on the content type. Please remove the content type link if you'd like to set a link within the content. We will automatically remove the links within the content field.</data>
Copy file name to clipboardExpand all lines: app/code/Magento/PageBuilder/i18n/en_US.csv
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -288,5 +288,5 @@ Add,Add
288
288
"You must provide a valid <a href="%s">Google Maps API key</a> to use a map.","You must provide a valid <a href="%s">Google Maps API key</a> to use a map."
289
289
OK,OK
290
290
"Adding link in both content and outer element is not allowed","Adding link in both content and outer element is not allowed"
291
-
"Adding link in content and outer element is not allowed. Remove the link from the element before adding links to the content.","Adding link in content and outer element is not allowed. Remove the link from the element before adding links to the content."
292
-
"Nesting links are not allowed","Nesting links are not allowed"
291
+
"We are unable to support links within the content field whilst having a link set on the content type. Please remove the content type link if you'd like to set a link within the content. We will automatically remove the links within the content field.","We are unable to support links within the content field whilst having a link set on the content type. Please remove the content type link if you'd like to set a link within the content. We will automatically remove the links within the content field."
292
+
"Nested links are not allowed","Nested links are not allowed"
content: $t("Adding link in content and outer element is not allowed. Remove the link from the element before adding links to the content."),// tslint:disable-line:max-line-length
46
-
title: $t("Nesting links are not allowed"),
50
+
content: $t("We are unable to support links within the content field whilst having a link set on the content type. Please remove the content type link if you'd like to set a link within the content. We will automatically remove the links within the content field."),// tslint:disable-line:max-line-length
0 commit comments