As far as I know, as of right now there isn’t a built-in way of removing unwanted inspector controls.
You can read THIS POST, but the gist is that there are proposed solutions out there and devs are aware but they have bigger fish to fry atm, apparently.
With that said, I guess you are left with 2 options.
1 – Copy the block in question and remake it without the options
This could be difficult, especially if you don’t have any JS and/or block editor dev experience.
2 – Use some crazy CSS selector to add display:none to the options
This is probably easier but you still have to figure out the right CSS selector, which is difficult due to no IDs or classes on the option elements.
Neither of these solutions are great but I think thats what we have, for now…
Related Posts:
- 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
- List blocks created by a specific block plugin
- 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
- How to add an admin notice upon post save/update
- How to Display a List of Users Who Have Made at Least 1 Post?
- Displaying the category name of a custom post type
- How to allow hidden custom fields to be added from wp-admin/post.php?
- Group Posts by First Letter of Title
- posts page – different lengths of excerpt
- Comments are assigned to wrong or related post
- WordPress Posts Out Of Order after 3.1 Update
- Custom Taxonomies Incorrectly Counting Revisions?
- First hook to use current page post id
- Replace Main Query With Custom Query
- How can a guest view the “Pending Review” Post?
- WP_Query: offset ignored when posts_per_page is -1?
- Remove slashes (both before and after) in relative post url
- Post Filter by Date and time
- WordPress version 3.8 – Preview button not working for editor
- Get random posts between specific dates / of specific age
- Which URL to enter into browser to show all posts in archive.php?
- Posts list in custom taxonomy
- How to return another post than requested
- Random ajax load only works with posts_per_page set to -1
- MySql query to get posts with all meta and terms
- Prepending %category% onto default posts fails
- How to display only feautured/sticky listings on the homepage
- Get all images in post and comments like Twitter before post title
- “Right Way” to make custom Loop respect reading settings inside admin panel?
- WordPress does not output “post” class when calling post_class() function
- How to check if single.php has already called the_post_thumbnail function
- WordPress query_posts by tag doesn’t work anymore(?)
- why does wordpress ignore the post args?
- obtain the author id given the post id
- Post list display year wise
- How can I add a box to edit Order on a regular post?
- WordPress 302 Redirect to Random Product/Post/Page
- Sort by last word in title
- Post Status Frontend Announcement
- When using Tribe Events Calendar, querying for a specific event category returns nothing
- If post exists, make it a comment in existing post with same name?
- Use Post as Front Page
- Post navigation using date
- Error while excluding a post from another loop (using its ID)
- definining own teaser text for post
- How to remove special characters in post title
- Search results with pagination not working
- Exclude posts in a category on one page but show those posts on a different page
- custom post single page
- show loop id post , only first id can read
- Loading posts outside wordpress
- Disable archiving of old posts?
- Customizing individual images on posts
- How to add a class to links inside posts text
- Query post category & remove any post id
- Converting Posts to Pages
- No comments on static front page
- Latest comment post should be the first post in the blog
- Run Jquery Script after delete post in front end
- How to limit the number of results for all query_posts on mysite
- how to show posts on different pages if number of post per page is one
- The next_posts_link() works only with original $wp_query
- Latest news mini images
- User driven content problems
- Admin moderates ALL comments (including post author)
- Load posts from external source if not found in database
- jquery: getting contents of #content field on post page
- How to show total view count across all posts for an author
- How can we pass a value from the_permalink() at WordPress?
- How to redirect image attachment to its original 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?
- Change the slug of post type using custom code