Plugin to disable drop cap in Gutenberg editor paragraph block
Author: | joppuyo (profile at wordpress.org) |
WordPress version required: | 5.5 |
WordPress version tested: | 6.4.5 |
Plugin version: | 2.1.9 |
Added to WordPress repository: | 02-11-2021 |
Last updated: | 18-12-2023 |
Rating, %: | 100 |
Rated by: | 1 |
Plugin URI: | https://github.com/joppuyo/disable-drop-cap-v... |
Total downloads: | 2 648 |
Active installs: | 50+ |
![]() Click to start download |
A plugin to disable drop cap option in the Gutenberg block editor editor paragraph block.
You can find the plugin source code at GitHub.
Note for WordPress 5.8
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.
Support the plugin
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:
Screenshots
ChangeLog