定制 goldfinch/shortcode 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

goldfinch/shortcode

最新稳定版本:v2.0.6

Composer 安装命令:

composer require goldfinch/shortcode

包简介

A quick way to create custom shortcodes in Silverstripe

README 文档

README

Silverstripe Version Package Version Total Downloads License

Shortcode field example

A quick way to create custom shortcodes in Silverstripe.

Install

composer require goldfinch/shortcode

Available Taz commands

If you haven't used Taz🌪️ before, taz file must be presented in your root project folder cp vendor/goldfinch/taz/taz taz

Create new shortcode

php taz make:shortcode

Use Case example

Let's create a few shortcodes, single hr that will display <hr> tag and closable st that wraps text <strong>text</strong> and makes it bold

1. Create shortcodes

php taz make:shortcode hr
php taz make:shortcode st

2. Edit templates

Taz registered our shortcodes for us and created templates hr.ss and st.ss stored in our_theme/templates/Shortcodes/. We can update them as needed.

3. Set DB type

Assuming that we want Title in our DataObject to support shortcodes, we need to use SCVarchar instead of Varchar

private static $db = [
    'Title' => 'SCVarchar',
];

All done, we now can check the output of $Title in our template to see the result.

License

The MIT License (MIT)

统计信息

  • 总下载量: 632
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

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

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固