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

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:neos-plugin

1.0.1 2022-04-14 05:11 UTC

This package is not auto-updated.

Last update: 2024-04-26 00:32:49 UTC


README

Preview

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