I want to create a dropdown property called "Link Type", it should behave the same as the "Open in" property, Editor will select the link type from the drop-down and the content from the other property.
Value of Link type will be rendered as attribute on anchor tag <a href=".." data-link-type ="" />
I added the one "Site relative link", But not able to populate values into dropdown as well as I don't want a radio button.
Hi,
I want to create a dropdown property called "Link Type", it should behave the same as the "Open in" property, Editor will select the link type from the drop-down and the content from the other property.
Value of Link type will be rendered as attribute on anchor tag <a href=".." data-link-type ="" />
I added the one "Site relative link", But not able to populate values into dropdown as well as I don't want a radio button.
Does anybody know why to achieve this?