neosrulez / neos-styledselectboxeditor
There is no license information available for the latest version (1.0.1) of this package.
Styled select box editor for Neos CMS
Package info
github.com/patriceckhart/NeosRulez.Neos.StyledSelectBoxEditor
Language:JavaScript
Type:neos-plugin
pkg:composer/neosrulez/neos-styledselectboxeditor
1.0.1
2022-04-14 05:11 UTC
Requires
- neos/neos: *
This package is not auto-updated.
Last update: 2026-02-27 09:29:23 UTC
README
Installation
The NeosRulez.Neos.StyledSelectBoxEditor package is listed on packagist (https://packagist.org/packages/neosrulez/neos-styledselectboxeditor) - therefore you don't have to include the package in your "repositories" entry any more.
Just run:
composer require neosrulez/neos-styledselectboxeditor
Configuration
'Acme.Site:Document.Page': properties: fontFamily: type: string ui: label: Font family reloadIfChanged: true inspector: group: document editor: NeosRulez/Neos/Inspector/Editors/StyledSelectBoxEditor editorOptions: values: 'impact': label: 'Impact' style: 'font-family: Impact;' 'courier': label: 'Courier' style: 'font-family: Courier;' 'georgia': label: 'Georgia' style: 'font-family: Georgia;'
Author
- E-Mail: mail@patriceckhart.com
- URL: http://www.patriceckhart.com
