A plugin to disable drop cap option in the Gutenberg editor block editor paragraph block.
With WordPress 5.8, you can use the new theme.json
feature to disable drop caps in your theme. Add a theme.json
file with the following content in the root of your theme.
{
"version": 1,
"settings": {
"typography": {
"dropCap": false
}
}
}
This plugin does continue working in WordPress 5.8 but be aware of this alternative solution.
- WordPress 5.5, 5.6, 5.7, 5.8, 5.9 or 6.0
- PHP 7.0 or later
The plugin is available in the WordPress plugin directory.
The plugin can be installed using Composer using the wpackagist.org repository.
composer require wpackagist-plugin/disable-drop-cap
Maintaining a WordPress plugin is a lot of work. If you like the plugin, please consider rating it on WordPress.org. You can also support me on GitHub sponsors. Thank you!
If you are interested, you can also check out my other WordPress plugins:
This plugin is feature complete so there likely won't be any new features. However, it's still maintained and updated so it's compatible with latest WordPress versions.