We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
link could take into consideration the "Link To" drop-down in Media selection: None/Media URL/Page URL/Custom
link
Now it always stores the page URL.
The text was updated successfully, but these errors were encountered:
Maybe link_to or something can be added to the attributes_to_store argument for it. I'll see how it can be done.
link_to
attributes_to_store
Sorry, something went wrong.
As discussed in #239 (comment), it does not seem to be so simple to achieve.
It is very common that you need a bunch of images with links.
Maybe a new built-in field type? image_link?
image_link
I agree with doing it with a new field type. You should try creating a custom field type.
No branches or pull requests
link
could take into consideration the "Link To" drop-down in Media selection: None/Media URL/Page URL/CustomNow it always stores the page URL.
The text was updated successfully, but these errors were encountered: