mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Currently the WordPress mobile apps rely on the `__unstableGalleryWithImageBlocks` flag being set in order to enable the new gallery block format. This commit includes the value in the `get_default_block_editor_settings()` function in order to ensure that versions of the mobile app >= 18.2 will be able to add and edit gallery blocks in the new format. Props glendaviesnz, ocean90, hellofromTonya, noisysocks. Fixes #54583. git-svn-id: https://develop.svn.wordpress.org/trunk@52349 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| context.php | ||
| editor.php | ||
| register.php | ||
| render.php | ||
| renderReusable.php | ||
| serialize.php | ||
| supportedStyles.php | ||
| wpBlock.php | ||
| wpBlockList.php | ||
| wpBlockParser.php | ||
| wpBlockType.php | ||
| wpBlockTypeRegistry.php | ||