Custom Text Formats
开发者 |
cyberduck
|
更新时间 |
2024年4月30日 20:07 |
PHP版本: |
6.0 及以上 |
WordPress版本: |
6.5.2 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
Custom Text Formats lets you add custom text formats to the Gutenberg Editor. Register a new format by adding a class to a chosen tag and add a format icon. There are several to choose from but you can also add your own. You can set the format as a regular selection wrap but you can also render out content in a single block, like an icon or other text or html content. Then add css styling to the class to control the behavior of the text format. You can use different css for backend and frontend.
屏幕截图:
更新日志:
1.1
- Fixed custom icons bug - Thanks darri
- Minor descriptive text changes