i-lateral / silverstripe-trumbowyg-htmleditor
Simple HTML Editor field for the Silverstripe CMS that uses the Trumbowyg jquery plugin for WYSIWYG editing
Installs: 1 222
Dependents: 2
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 5
Type:silverstripe-module
Requires
- silverstripe/framework: >=3.1
This package is auto-updated.
Last update: 2024-10-21 00:17:12 UTC
README
Simple HTML Editor field for the Silverstripe CMS that uses the Trumbowyg jquery plugin for WYSIWYG editing
License
This modules is provided with a BSD 3 clause license, the Javascript library it uses is available via Alex D.
The Trumbowyg jquery plugin is available via: http://alex-d.github.io/Trumbowyg/
And is under an MIT license.
Installation
The easiest way to install this module is via composer:
# composer require "i-lateral/silverstripe-trumbowyg-htmleditor"
Otherwise install and download this module to the "cataloguepage" folder in your project root.
Requirements
- Silverstripe Framework 3.1 +