FEATURE: Choosing protocol in Link Settings #4509
insssomniac
started this conversation in
Ideas
Replies: 1 comment
-
Hi @insssomniac you might be right but for such functionality, I'd prefer to let developers extend the link component and add their traits and logic. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently when we editing a link, we should put to the Settings > Href field whole url with 'https://' part (or without if we want the internal url). But sometimes this approach little complicated for common users, and when they put something like 'google.com' there, they getting 404 because default behavior in that case is to go to the 'https:///google.com'.
It would more convenient if the user can choose a protocol from dropdown select options "internal", "https://", "http://", and if the user paste the url with "https://" part, this part will cutted and protocol will choose automatically.
Beta Was this translation helpful? Give feedback.
All reactions