Skip to content

Commit 00e4c29

Browse files
committed
Merge branch 'TMS-1230' into stage
2 parents a896087 + d78fffa commit 00e4c29

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
- TMS-1144: Change aria-attribute for menu-item
1111
- TMS-1164: Change button hover & focus styles
1212
- TMS-1226: Change focus order on events-search form
13+
- TMS-1230: Allow audio-block
1314

1415
## [1.69.0] - 2025-11-18
1516

lib/BlocksController.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ private function add_block_data_to_debugger( $data, GeniemBlock $block ) {
101101
*/
102102
private function allowed_block_types( $allowed_blocks, $context ) {
103103
$blocks = [
104+
'core/audio' => [
105+
'post_types' => [
106+
PostType\Page::SLUG,
107+
PostType\Post::SLUG,
108+
PostType\BlogArticle::SLUG,
109+
],
110+
],
104111
'core/block' => [],
105112
'core/template' => [],
106113
'core/list' => [

0 commit comments

Comments
 (0)