wedevelopnl/silverstripe-highlights
最新稳定版本:1.0.0
Composer 安装命令:
composer require wedevelopnl/silverstripe-highlights
包简介
Silverstripe module to add shortcode highlights for DB strings.
关键字:
README 文档
README
This module creates a .Highlight method on all SS DBStrings to provide the ability to highlight custom texts by placing it between shortcodes that are configurable by yourself.
Requirements
- See
composer.jsonrequirement
Installation
composer require wedevelopnl/silverstripe-highlights
Next, you'll need to run a dev/build with a flush=all to allow this module to work properly.
License
See License
Maintainers
Configuration
SilverStripe\ORM\FieldType\DBString: shortcode_start: '[' shortcode_end: ']' css_class_name: 'highlight'
Example
Input
This is a [large] content string which outputs HTML around the word 'large'.
Output
This is a <span class="highlight">large</span> content string which outputs HTML around the word 'large'.
Development and contribution
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. See read our contributing document for more information.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-10