2017 © Pedro Peláez
 

neos-package neos-editors

A package with additional editors for the Neos inspector

image

flownative/neos-editors

A package with additional editors for the Neos inspector

  • Friday, February 10, 2017
  • by flownative
  • Repository
  • 3 Watchers
  • 1 Stars
  • 26 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 8 % Grown

The README.md

GPL-3.0 license Packagist Maintenance level: Acquaintance, (*1)

Flownative Neos Editors

This package is home to additional editors (and validators) for use with Neos., (*2)

Installation

composer require flownative/neos-editors, (*3)

Usage

To use the included editors, simply configure your property accordingly in NodeTypes.yaml. Here is an example:, (*4)

properties:
  'yamlProperty':
    type: 'string'
    ui:
      label: 'YAML property'
      inspector:
        group: 'document'
        editor: 'Flownative.Neos.Editors/Inspector/Editors/Yaml'
    validation:
      'Flownative.Neos.Editors/Inspector/Validators/Yaml': []

Available Editors

YAML

Name: Flownative.Neos.Editors/Inspector/Editors/Yaml, (*5)

The YAML editor provides syntax highlighting for YAML and makes sure no tab characters are used for indentation., (*6)

YAML editor, (*7)

The editor supports buttonLabel as an editorOption, like the CodeEditor in Neos., (*8)

Available Validators

YAML

Name: Flownative.Neos.Editors/Inspector/Validators/Yaml, (*9)

The YAML validator provides validation of YAML. Internally it tries to parse using JS-YAML and fails validation if that throws an exception., (*10)

YAML error message, (*11)

The validator has no options., (*12)

The Versions

10/02 2017

dev-master

9999999-dev

A package with additional editors for the Neos inspector

  Sources   Download

GPL-3.0

The Requires

 

10/02 2017

0.1.0

0.1.0.0

A package with additional editors for the Neos inspector

  Sources   Download

GPL-3.0

The Requires