Regex / Specific domain #189
JorgeAnzola
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would be really cool to validate the domain of the input URL. For example, if you have a field "youtubeUrl".
I put "regex", for cases like Youtube where https://www.youtube.com/watch?v=dQw4w9WgXcQ&ab_channel=RickAstley and https://youtu.be/dQw4w9WgXcQ are both valid links.
Maybe that you can allow an array of domains? I don't have a lot of experience with plugin development, but I'll try to add that in a MR.
Beta Was this translation helpful? Give feedback.
All reactions