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
- Changing the post date and time with function
- Getting the post_id in wp_ajax function
- I am trying to create a simple frontend form for posting
- How can I pass $post object to ‘save_post’ add_action?
- 1 column admin screen options – move submitdiv to bottom
- Single Post Navigation Within Each Category
- Add confirmation popup on “Move to Trash”
- How to hide a post from ‘Recent Posts’ widget?
- How to get the latest posting time of archived pages in WordPress?
- Hide add new page button
- Insert posts in two tables
- get_next_post() not working
- custom post type grid with content in lightbox [closed]
- Different template for posts of all subcategories of category
- Search for posts based on their url in the admin?
- Add Post Tags to Body Class
- Mark menu item as current-menu-item for category
- How do I use WP_Query to get a range of posts with custom fields that have numbers with letters in them?
- How to give capability (publish contributors posts) to author role?
- Setup a custom dynamic post
- How to make a price range slider from get_post_meta?
- Prevent Delete Attachment by URL or When Submit
- One menu for frontpage (one pager), and a different menu for posts
- pagination for single post by category
- Post page to display specific category
- How to create new post content templates for my users?
- Start post pagination at 0 instead of 1
- How do I change the core post search algorithm? Where is it found/constructed?
- How to include my own css in post
- how to get random post id by using post type
- Add get_the_tags() to Single Posts section via functions.php
- Inner join overrides Advanced Custom Fields plugin’s get_field [closed]
- How to only publish posts with image in it
- Posts Missing in Dashboard after update
- Using system date format
- Auto update post title and slug when post status is changed
- Accessing Post ID Within Loop
- Retrieving posts by their date and category
- wp-link-pages in header and footer of the post
- Post titles and thumbnails as links to custom post types?
- get last post’s link with SQL query
- Output Buffer Issue with Single Post View
- show div only if have a related post inside
- Actions to use when flushing cache (when posts are added / deleted / modified)
- How do I apply a template to my single posts?
- Help Combine These Two PHP Codes
- can’t modify post title using the_posts filter
- How Do I Redirect WordPress Pages but not posts?
- Author post count in category
- Post count doesn’t match number of posts shown in list in admin
- Show post count in custom taxonomy page
- Reusing old post IDs
- Unable to get all the Posts Attachments
- view a list of 3 future post, from the nearest to the most far
- Why do some post, listed under the “Mine” Tab, and the same posts listed tunder “Published” Tab
- Rewrite Rule to Combine Taxonomy and Post Type
- Printable Page with all Posts from Tag
- Why the blog posts is not showing?
- Need help with hiding an image within a post in a category
- Delete 100+ posts or media files from wordpress faster than default?
- How to get the postID inside ‘content_save_pre’? Other hook?
- How can I change the look of a post as is displayed
- the_time() cannot be placed correctly
- excerpt in template for specific page
- How can I use wp_after_insert_post with $current_screen?
- How to change Permalinks only for Blogposts
- wordpress category Description not allowed tag
- Post page still linked to old site
- Permalink structure for two separate blogs
- Header and Footer options in pages and posts
- Blog posts are not appearing as subs of Blog Page
- How to add paraent in Blog post URL in wordpress
- Best method for comment section associated with different images?
- Change permalinks in posts via SQL
- Image inside the content is replaced with featured image from my older post