carbon/directioneditor

Direction Editor for Neos CMS

Installs: 369

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:neos-carbon

0.1.0 2023-12-17 21:10 UTC

This package is auto-updated.

Last update: 2024-04-17 21:47:38 UTC


README

Latest stable version Total downloads License GitHub forks GitHub stars GitHub watchers

Direction Editor for Neos CMS

This package provides a small editor to set directions. Useful for settings animation directions.

If center is set, the value is an empty string.

Example:

'Foo.Bar:Element':
  properties:
    direction:
      type: string
      ui:
        inspector:
          editor: 'Carbon.DirectionEditor/Editor'
          editorOptions:
            north: true
            east: true
            south: true
            west: true
            northEast: true
            northWest: true
            southEast: true
            southWest: true
            center: true
            disabled: false