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

v1.0.2 2020-06-22 16:04 UTC

This package is auto-updated.

Last update: 2024-04-25 15:32:54 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)

Links