How can I remove a button from the paragraph block toolbar?
I want to remove the bold option from the toolbar in the wordpress paragraph block. At the moment, it cannot be done, the paragraph block doesn’t use the format API but instead hardcodes the markup for those buttons in the toolbar component You could: strip out the bold tags on save in PHP hide the … Read more