dev-master
9999999-devA package with additional editors for the Neos inspector
GPL-3.0
The Requires
0.1.0
0.1.0.0A package with additional editors for the Neos inspector
GPL-3.0
The Requires
Wallogit.com
2017 © Pedro Peláez
A package with additional editors for the Neos inspector
This package is home to additional editors (and validators) for use with Neos., (*2)
composer require flownative/neos-editors, (*3)
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': []
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)
, (*7)
The editor supports buttonLabel as an editorOption, like the
CodeEditor in Neos., (*8)
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)
, (*11)
The validator has no options., (*12)
A package with additional editors for the Neos inspector
GPL-3.0
A package with additional editors for the Neos inspector
GPL-3.0