neosrulez / neos-styledselectboxeditor
Styled select box editor for Neos CMS
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:neos-plugin
Requires
- neos/neos: *
This package is not auto-updated.
Last update: 2024-11-22 03:22:19 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