Skip to content

Commit

Permalink
[RNMobile] Enable Audio Block (#28594)
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Dean <[email protected]>
  • Loading branch information
ceyhun and jd-alexander authored Feb 1, 2021
1 parent f679762 commit 506cbb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/block-library/src/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export const registerCoreBlocks = () => {
socialLinks,
pullquote,
file,
devOnly( audio ),
audio,
devOnly( reusableBlock ),
].forEach( registerBlock );

Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ For each user feature we should also add a importance categorization label to i
-->

## Unreleased
* [***] New Block: Audio
* [**] Add support for setting heading anchors
* [**] Disable Unsupported Block Editor for Reusable blocks


#### Bug Fix
* Add proper handling for single use blocks such as the more block [#28339]

Expand Down

0 comments on commit 506cbb3

Please sign in to comment.