-
Type:
Feature Request
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Alloy Editor
-
Labels:None
In the alloy editor, it would be nice if, when defining a like, you could select its protocol from a dropdrown. For example, if I set that the link is an email address, I would like to select the protocol 'mailto' from a dropdown, so in resulting html would be: <a href="mailto:email@email.com">..</a>