Automattic / blocks-everywhere

Gutenberg block editor in WordPress comments, admin pages, bbPress, and BuddyPress.
GNU General Public License v3.0
77 stars 17 forks source link

Allow extenders to remove additional format types. #204

Open dd32 opened 5 months ago

dd32 commented 5 months ago

Instead of rolling our own plugin to extend the editor, it would be useful if the list of unsupported format types was defined through the PHP Configuration of Blocks Everywhere.

For example; See https://meta.trac.wordpress.org/changeset/13561 for how this PR is being used currently.

dd32 commented 5 months ago

An alternative would be to expose the allowedFormats option somewhere I guess too.