Enable gallery upload options in production#1855
Conversation
chipsnyder
left a comment
There was a problem hiding this comment.
The subfolders in bundle/android/* and bundle/ios/* Where previously added and then removed again in here
Sorry if this is a basic question, what's the reason for re-adding them here?
|
Hi @chipsnyder 👋
There are a couple things going on here, I'll try to clarify: The removal you mention is part of #1844 to revert commits accidentally pushed directly to The bundles added here are only for the purpose of generating WordPress-Android and WordPress-iOS builds on CI, and can be reverted before this PR is merged. Let me know if this helps. |
|
Yup, that clears it up! Thanks @mkevins |
chipsnyder
left a comment
There was a problem hiding this comment.
Looks good! Approved with #1610 (comment)
geriux
left a comment
There was a problem hiding this comment.
LGTM! Approved by WordPress/gutenberg#20043 (review)
Fixes #1610
Sibling PRs
gutenberg: [Mobile] Enable gallery upload options in production WordPress/gutenberg#20043WordPress-Android: Enable gallery upload options in production WordPress-Android#11234WordPress-iOS: Enable gallery upload options in production WordPress-iOS#13374Description
This PR enables gallery block upload options in production (on mobile).
Reviewing
Generating bundles results in a large diff due to this recent change. The relevant diff for this PR is here and also the
gutenbergreference update.To test: #1610 (comment)
PR submission checklist:
RELEASE-NOTES.txtif necessary.