Skip to content

A plugin to disable the drop cap option in Gutenberg editor paragraph block. This is version 2.

Notifications You must be signed in to change notification settings

joppuyo/disable-drop-cap-v2

Repository files navigation

Disable Drop Cap (v2)

GitHub Workflow Status GitHub Workflow Status WordPress plugin Active installs WordPress Plugin Rating WordPress Plugin Required PHP Version WordPress Plugin: Required WP Version WordPress Plugin: Tested WP Version Actively Maintained

A plugin to disable drop cap option in the Gutenberg editor block editor paragraph block.

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.

Requirements

  • WordPress 5.5, 5.6, 5.7, 5.8, 5.9 or 6.0
  • PHP 7.0 or later

Installation

WordPress plugin directory

The plugin is available in the WordPress plugin directory.

Composer

The plugin can be installed using Composer using the wpackagist.org repository.

composer require wpackagist-plugin/disable-drop-cap

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:

Maintanance level

Actively Maintained

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.