cwchong / silverstripe-columnables
HTMLEditor columnable module for Silverstripe
Package info
github.com/cwchong/silverstripe-columnables
Type:silverstripe-vendormodule
pkg:composer/cwchong/silverstripe-columnables
Requires
- silverstripe/admin: ^1@dev
- silverstripe/framework: ^4@dev
- silverstripe/vendor-plugin: ^1.0
- silverstripe/versioned: ^1@dev
Requires (Dev)
- phpunit/phpunit: ^5.7
- silverstripe/asset-admin: ^1
- silverstripe/cms: ^4
This package is auto-updated.
Last update: 2026-02-25 19:31:37 UTC
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)