You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the query block to select custom(s) post types, the selector works fine within the editor, but not on the sidebar, where instead of posts of the custom post types, posts of type post display in the search results
Steps To Reproduce
Add a query block as the one below and set postTypes to custom(s) post types <!-- wp:wp-curate/query {"postTypes":["my-cpt"]} --><div class="wp-block-wp-curate-query"><!-- wp:post-template --><!-- wp:wp-curate/post --><div class="wp-block-wp-curate-post">My markup</div><!-- /wp:wp-curate/post --><!-- /wp:post-template --></div><!-- /wp:wp-curate/query -->
On the query block sidebar go to Select posts and try selecting one
Instead of seeing the posts of my-cpt, posts of post type are displayed
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description of the bug
When setting the
query
block to select custom(s) post types, the selector works fine within the editor, but not on the sidebar, where instead of posts of the custom post types, posts of type post display in the search resultsSteps To Reproduce
postTypes
to custom(s) post types<!-- wp:wp-curate/query {"postTypes":["my-cpt"]} --><div class="wp-block-wp-curate-query"><!-- wp:post-template --><!-- wp:wp-curate/post --><div class="wp-block-wp-curate-post">My markup</div><!-- /wp:wp-curate/post --><!-- /wp:post-template --></div><!-- /wp:wp-curate/query -->
query
block sidebar go toSelect posts
and try selecting onemy-cpt
, posts ofpost
type are displayedAdditional Information
No response
The text was updated successfully, but these errors were encountered: