Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Hey @Ethan
Does it work if you set target="_top"
instead.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#Attributes
I would like to make a link from one block in edit mode to another block in edit mode. I can generate the url using PageEditing.GetEditUrl but if I click on that link, it opens a page within a page which I dont want. If I make the link target="_blank" it opens correctly in a new tab, but thats not really what I want either. Is this possible?