-
-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performer urls #4958
Performer urls #4958
Conversation
The old Instagram and Twitter fields allowed for users to only enter a username, this does not account for that in the migration. |
Small thing: is the same styling of URL icons intentional? I noticed the Instagram icon is no longer pink but blue. |
Good catch, thanks. The migration has been updated to translate strings that don't start with
Nope. This is now addressed as well. Thanks for the heads up. |
Replaces the
url
,twitter
andinstagram
fields with a singleURLs
field. The old fields are deprecated - scrapers using the old field will have the values populated in the URLs field.The link button in the Performer page will now show a dropdown of all URLs. Twitter and Instragram links are still shown as separate link buttons and are not included in the URL dropdown.
Resolves #703