neosrulez / neos-ckeditor-customstyles
There is no license information available for the latest version (2.0.5) of this package.
Custom styles for Neos CK Editor.
Package info
github.com/patriceckhart/NeosRulez.Neos.CkEditor.CustomStyles
Language:JavaScript
Type:neos-plugin
pkg:composer/neosrulez/neos-ckeditor-customstyles
2.0.5
2025-02-18 10:42 UTC
Requires
- neos/neos: ^8.0 || ^8.1 || ^8.2
- neos/neos-ui: ^8.0 || ^8.1 || ^8.2
This package is not auto-updated.
Last update: 2026-03-03 15:29:51 UTC
README
A Neos CMS plugin that allows you to apply your own stylesheets to text.
Installation
Just run:
composer require neosrulez/neos-ckeditor-customstyles
Configuration
NeosRulez: Neos: CkEditor: CustomStyles: presets: fontAwesomeIcon: label: Font Awesome dataSourceIdentifier: neosrulez-bootstrap-fa textColor: label: Text color options: primary: label: Primary cssClasses: 'text-primary' preview: '/_Resources/Static/Packages/Acme.Package/primary-color.png' secondary: label: Secondary cssClasses: 'text-primary' backgroundColor: '#0a58ca' textColor: '#FFFFFF' success: label: Success cssClasses: 'text-success'
Usage
'Neos.NodeTypes:Text': properties: text: ui: inline: editorOptions: customStyles: fontAwesomeIcon: true textColor: true
Author
- E-Mail: mail@patriceckhart.com
- URL: http://www.patriceckhart.com