Skip to content

Commit 964e2e5

Browse files
authored
Merge pull request #550 from Automattic/master
Release: July 22
2 parents eca196c + c129449 commit 964e2e5

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/blocks/carousel/view.php

+1
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ function newspack_blocks_register_carousel() {
330330
),
331331
),
332332
'render_callback' => 'newspack_blocks_render_block_carousel',
333+
'supports' => [],
333334
),
334335
'carousel'
335336
)

src/blocks/donate/view.php

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ function newspack_blocks_register_donate() {
254254
],
255255
),
256256
'render_callback' => 'newspack_blocks_render_block_donate',
257+
'supports' => [],
257258
)
258259
);
259260
}

src/blocks/homepage-articles/view.php

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ function newspack_blocks_register_homepage_articles() {
178178
array(
179179
'attributes' => $block['attributes'],
180180
'render_callback' => 'newspack_blocks_render_block_homepage_articles',
181+
'supports' => [],
181182
),
182183
$block['name']
183184
)

src/blocks/video-playlist/view.php

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ function newspack_blocks_register_video_playlist() {
4343
),
4444
),
4545
'render_callback' => 'newspack_blocks_render_block_video_playlist',
46+
'supports' => [],
4647
)
4748
);
4849
}

0 commit comments

Comments
 (0)