carbon/directioneditor

Neos CMS 的方向编辑器

安装次数: 551

依赖者: 1

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

语言:JavaScript

类型:neos-carbon

0.1.1 2024-09-24 11:47 UTC

This package is auto-updated.

Last update: 2024-09-24 11:47:34 UTC


README

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

Neos CMS 的方向编辑器

此包提供了一个小型编辑器来设置方向。对于设置动画方向非常有用。

如果设置 center,则值为一个空字符串。

示例

'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: 'If it is a string, it used as label'
            disabled: false