承接 wedevelopnl/silverstripe-highlights 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.json requirement

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

GitHub 信息

  • Stars: 0
  • Watchers: 7
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-10-10