File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -330,6 +330,7 @@ function newspack_blocks_register_carousel() {
330
330
),
331
331
),
332
332
'render_callback ' => 'newspack_blocks_render_block_carousel ' ,
333
+ 'supports ' => [],
333
334
),
334
335
'carousel '
335
336
)
Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ function newspack_blocks_register_donate() {
254
254
],
255
255
),
256
256
'render_callback ' => 'newspack_blocks_render_block_donate ' ,
257
+ 'supports ' => [],
257
258
)
258
259
);
259
260
}
Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ function newspack_blocks_register_homepage_articles() {
178
178
array (
179
179
'attributes ' => $ block ['attributes ' ],
180
180
'render_callback ' => 'newspack_blocks_render_block_homepage_articles ' ,
181
+ 'supports ' => [],
181
182
),
182
183
$ block ['name ' ]
183
184
)
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ function newspack_blocks_register_video_playlist() {
43
43
),
44
44
),
45
45
'render_callback ' => 'newspack_blocks_render_block_video_playlist ' ,
46
+ 'supports ' => [],
46
47
)
47
48
);
48
49
}
You can’t perform that action at this time.
0 commit comments