So I had to extend the wordpress rest api by adding a custom endpoint that filtered all the posts using has_block
and return the results.
Related Posts:
- How to hide specific Gutenberg blocks settings from users
- How To Have Two Gutenberg Editors On One Post?
- Set Post Title to Read-only and Disable Permalink Slug Editor in Gutenberg
- How can I see a list of pages and post where my custom Gutenberg block is used?
- Get post from custom REST endpoint in Gutenberg
- How do I add a reusable block to a programmatically created post?
- Limit Gutenberg blocks available to users to choose from
- Block Editor: Reset Reusable Blocks to last saved record
- How to Programmatically add an empty Block to every post on wordpress site?
- transition_post_status hook doesn’t have any POST data when publish with Gutenberg [closed]
- Block editors annoying warnings
- How to populate a select field with post titles/ids in a block
- Get post publishing date from within custom HTML block
- Indenting within a blockquote
- Override WordPress core post-template.php block template
- How to remove the ManageBlocksMenuItem in the ToolsMoreMenuGroup in the Gutenberg Editor?
- WordPress React re-rendering to many times
- How to set a Post’s default visibility to ‘Private’ in Gutenberg?
- Embedding Post Editor Into External Site
- Add data attribute of post_id for Internal links
- Auto inserted strange characters in wp post
- Moving Gutenberg content from one website to another (block media ids wrong?)
- How to add a block to a category page?
- Is there a block to print post link standalone in a block theme?
- Notify/check if the content of a custom gutenberg block has changed on save_post
- editPost without undo entry
- Preset category checkbox from URL parameter when creating new post
- Is it possible to create dynamic templates for block themes directly from the site editor?
- WordPress custom post_status after 6.6 version
- Stop WP from creating “Sample Page” and “Hello World!” post
- How to Create Editable Blocks of Text for the Homepage?
- Post/Page Preview Template
- Count how many posts in category
- Custom Single Post By Category
- Post slugs and images cannot have same name?
- Convert custom fields to post categories
- Hide password protected posts in admin
- how to get permalink using sql
- Most viewed post for the last 2 days using WP_Query
- Adding Post Counts to Menu (Nav) Programmatically?
- how to display full post with pagination on home page
- This AJAX Code Doesn’t Work – Looking for elegant solution
- Show chart in post using data passed as custom field
- Show One Category on Post
- Show post titles only on the homepage
- how to grab first link in post… and of course call it
- Custom colors for post rows based on post meta value
- Creating new page with pre-defined parent page
- Get all Youtube video’s from posts and embed them on a different page
- Get all posts by post_author
- Linking to page with all posts
- Do I use custom post type or something else?
- How To Add Perfect Apostrophe And Quotation Mark In WordPress Posts?
- Send email to user that his post has been rejected
- How can I highlight syntax like it appears on stackoverflow?
- What Defines What Category A Post Picks (if in multiple)
- Delete Post From Front-End and attachment permanently
- Custom post type permalinks breaking due to 3.1 bug fix
- wp_insert_post let users post to without login…broke
- Export posts manually selected by end user (not logged in)
- Add Category name to Post Title (h1)
- Every possible way to get data (posts) from WordPress
- Blogroll – Different layout for first post
- How to delete old posts’ edits to save space?
- Locked/Unlocked in title
- How to permanently delete a post meta entry?
- When trashing a post, also trash related comments
- Loop through all product posts?
- Image Insert into posts and pages not working after 3.2.1 update
- Blog Posts not showing title
- Show info to author only
- How to add Tags Filter in wordpress admin dashboard
- How to display featured image without it appearing in post?
- allow new users to post an article before they sign up [closed]
- Make Post Editor Select Number of Columns To 1 By Default
- Display post category in foreach loop with category link
- Find attached images for one post type
- Adding the_date inside tags around the_content
- Mixing Tweets with Posts
- How to Link to all posts that have the Standard Post Format
- Multiple posts with fixed order position
- Adding custom fields to bbpress reply form
- Display post option on frontend
- Post id algorithm in WordPress
- Show the content that is after the excerpt using child theme
- How to put link in twenty fourteen theme? [closed]
- How To Hide A Post
- Skip in WordPress Post ID’s, can this cause issues?
- Get Image tag from content of post
- Visting slug for ‘post’ post type shows 404 not archive?
- Remove Custom Post Type Slug and add Custom Taxonomy to Permalink Structure?
- Image inside the content is replaced with featured image from my older post
- Is it safe to totally unregister the default “post” Post Type
- post loop with different design depending on post
- How to get a list of all posts and their categories?
- How to display related posts from the same category?
- Display related posts that match as many similar tags as possible?
- How to manually delete post from database without causing conflicts?
- Add function to single blog post pages only
- Change the slug of post type using custom code