Download the PHP package nathancox/customhtmleditorfield without Composer
On this page you can find all versions of the php package nathancox/customhtmleditorfield. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nathancox/customhtmleditorfield
More information about nathancox/customhtmleditorfield
Files in nathancox/customhtmleditorfield
Download nathancox/customhtmleditorfield
More information about nathancox/customhtmleditorfield
Files in nathancox/customhtmleditorfield
Vendor nathancox
Package customhtmleditorfield
Short Description Allows per-editor TinyMCE configurations and body classes in SilverStripe
License BSD-3-Clause
Package customhtmleditorfield
Short Description Allows per-editor TinyMCE configurations and body classes in SilverStripe
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package customhtmleditorfield
SilverStripe 3 Custom HTMLEditorField
Overview
This module adds two features to HTMLEditorField in SilverStripe 3:
- it allows you to set a custom body class on each editor field (for styling the content differently)
- it allows you to assign different HTMLEditorConfigs to each HTMLEditorField (eg to have different toolbars)
Maintainer Contacts
- Nathan Cox ([email protected])
Requirements
- SilverStripe 3.3+
Installation Instructions
- Place the files in a directory called customhtmleditorfield in the root of your SilverStripe installation. You can most easily do this with
composer require nathancox/customhtmleditorfield
- Visit yoursite.com/dev/build to rebuild the database
Documentation
Example code:
If the config is defined in getCMSFields() it will only work if the CMS is opened or refreshed in the Pages section. Opening the window directly into another section such as Files and navigating to Pages will fail to load a config defined in getCMSFields.
Known Issues
All versions of customhtmleditorfield with dependencies
PHP Build Version
Package Version
Requires
silverstripe/framework Version
~3.3
The package nathancox/customhtmleditorfield contains the following files
Loading the files please wait ....