-
Notifications
You must be signed in to change notification settings - Fork 58
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
Initial Port of Jetpack Tiled Gallery Block #4291
Conversation
Co-authored-by: Wendy Chen <[email protected]>
Tiled Gallery needed to be mocked
…k-registration Register Jetpack Tiled Gallery block
…k-inner-blocks Jetpack Tiled Gallery: Inner blocks implementation Co-authored-by: Wendy Chen <[email protected]>
…k-settings Jetpack Tiled Gallery: Settings implementation
Jetpack Tiled Gallery Block: Hooking up settings with attributes on block
…ursion bug needs further investigation.
@SiobhyB I added the 1.70.0 milestone (due next Thursday), since we hope to have an approval on the Jetpack PR by then. I figured we can always change this later if needed, but let me know if you think otherwise. |
Sounds good to me @guarani! |
Hey @SiobhyB, we will cut the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and Square layout working as expected.
It was hard-coded to `true`. Fixed by using capability variable.
Fixes #4268
Related PRs
To test
Please refer to the Jetpack PR as the "central PR" with the most up-to-date testing instructions.
Bundle changes
Note, a number of
json
files were removed after runningnpm run bundle
on this PR. This was expected following the recent upgrade to React Native 0.66. Alljson
files are no longer created under the bundle folder because their content is already being injected into the JS bundle code, so those files are redundant.The removal of the files was reverted for this PR, however. This is so that their removal can be more formally tested/approved in #4401.
PR submission checklist