이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Disable Drop Cap

설명

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:

스크린샷

  • Without the plugin, the block editor paragraph block has an option for drop cap
  • When the plugin is installed, the drop cap option has been removed

후기

모든 1 평가 읽기

기여자 & 개발자

“Disable Drop Cap”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Disable Drop Cap”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.1.9 (2023‐12‐18)

  • Fix: Tested in WP 6.4

2.1.8 (2023‐08‐11)

  • Fix: Tested in WP 6.3

2.1.7 (2022-11-09)

  • Fix: Bump tested version

2.1.6 (2022-11-09)

  • Fix: Test in WP 6.1

2.1.5 (2022-05-28)

  • Fix: Bump tested version

2.1.4 (2022-05-28)

  • Fix: Test in WP 6.0

2.1.3 (2022-01-26)

  • Fix: Minor fix to screenshots

2.1.2 (2022-01-26)

  • Fix: Bump supported version to 5.9
  • Fix: Minor fix to icon
  • Fix: Update screenshots

2.1.1 (2022-01-03)

  • Fix: add updated icon

2.1.0 (2021-12-05)

  • Feature: improve code structure, move code to a namespaced class

2.0.8 (2021-11-03)

  • Fix: Icon update
  • Fix: Readme updates
  • Fix: Metadata updates

2.0.7 (2021-11-02)

  • Fix: Update icon and screenshots

2.0.6 (2021-11-02)

  • Fix: Add icon

2.0.5 (2021-11-02)

  • Fix: Fix screenshot path

2.0.4 (2021-11-02)

  • Fix: Readme formatting fixes and updates
  • Fix: Add screenshots

2.0.3 (2021-11-02)

  • Fix: Release on wordpress.org

2.0.2 (2021-10-30)

  • Fix: Bump version

2.0.1 (2021-10-30)

  • Fix: Add stable tag

2.0.0 (2021-10-29)

  • Breaking change: change plugin slug to disable-drop-cap
  • Breaking change: remove vendor files from repository
  • Fix: added automated tests

1.3.1 (2021-09-20)

  • Fix: Fix deprecation error in WordPress 5.8

1.3.0 (2021-07-24)

  • Feature: WordPress 5.8 support (thanks @adriantoll)

1.2.1 (2021-03-12)

  • Fix: Bump tested up to 5.7
  • Fix: Re-organize plugin code to be cleaner
  • Fix: Change plugin name to “Disable Drop Cap” everywhere. “Remove Drop Cap” is still used as the plugin slug to ensure backwards compatibility

1.2.0 (2021-03-11)

  • Feature: WordPress 5.7 support
  • Fix: Regression in WordPress 5.5

1.1.0 (2020-12-16)

  • Change: Use server side feature registration to disable dropCap instead of JavaScript
  • Fix: WordPress 5.6 support

1.0.0 (2020-09-20)

  • Initial release