cwchong/silverstripe-columnables
Composer 安装命令:
composer require cwchong/silverstripe-columnables
包简介
HTMLEditor columnable module for Silverstripe
README 文档
README
A column-layout plugin for TinyMce used in Silverstripe's HTMLEditorField
Installation
composer require cwchong/silverstripe-columnables ^1
Run dev/build to activate the plugin on your HTMLEditorFields
Inject the column stylesheet to your pages (or experiment with your own):
Requirements::css('cwchong/silverstripe-columnables: client/dist/css/columns.css');
Add the css class "typography" to the element containing your content:
<div class="typography">$Content</div>
Bugtracker
Bugs are tracked on github.com (https://github.com/cwchong/silverstripe-columnables/issues)
Links
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-06-22