Skip to content

Commit

Permalink
Merge pull request #18 from s3rgiosan/feature/transform
Browse files Browse the repository at this point in the history
Add Curated Query Loop transform for standard Query Loop
  • Loading branch information
psorensen committed Apr 3, 2024
2 parents 797283e + ae0eb75 commit e41e73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/admin/block-variation.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ registerBlockVariation('core/query', {
[['core/post-featured-image'], ['core/post-title'], ['core/post-excerpt']],
],
],
scope: ['inserter'],
scope: ['inserter', 'transform'],
});

0 comments on commit e41e73c

Please sign in to comment.