Skip to content
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

Allow media_gallery field to save any number of attachments #764

Merged
merged 1 commit into from
Oct 21, 2019
Merged

Allow media_gallery field to save any number of attachments #764

merged 1 commit into from
Oct 21, 2019

Conversation

emandiev
Copy link
Contributor

Currently, the media_gallery field can only save X attachments.
X being the number set in Settings -> Reading -> posts_per_page
image

There are a few open issues that mention this:
#665
#688

This commit allows the media_gallery field to save any number of attachments.

Steps to reproduce the problem:

  1. Go to Settings -> Reading
  2. Set "Blog pages show at most" to X (any number)
  3. Add more than X images to a media_gallery field and save changes
  4. Only the first X images would be saved.

@jorostoyanov jorostoyanov merged commit 65ab198 into htmlburger:development Oct 21, 2019
@jorostoyanov
Copy link
Contributor

@emandiev Thank you for your contribution 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants