Skip to content

Commit

Permalink
Merge pull request #835 from greenpeace/report-query-block
Browse files Browse the repository at this point in the history
Add Query and Query pagination to post report
  • Loading branch information
Inwerpsel authored Apr 22, 2022
2 parents 1ddec83 + c1e906f commit d20a24e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes/controller/menu/class-blocks-usage-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,8 @@ static function ( \WP_Block_Type $block_type ) {
'shortcode',
'group',
'media-text',
'query',
'query-pagination',
];

return array_merge( $p4_block_types, $core_block_types );
Expand Down

0 comments on commit d20a24e

Please sign in to comment.