cwchong / silverstripe-columnables
HTMLEditor columnable module for Silverstripe
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:silverstripe-vendormodule
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: 2025-02-25 17:10:14 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)