You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would this require actually hitting the Vimeo and YouTube servers to check that the key is valid? Or can we just pass some information from the JavaScript validation?
Checking on the server would be more correct. Checking that the JavaScript validation passed would be far easier.
ExpressionEngine has a validation stage that allows a plugin to reject values. We should use this to reject invalid URLs.
However, for backwards compatibility, we can't just start doing this. So, there should be an option when setting up the fieldtype.
The text was updated successfully, but these errors were encountered: