flownative/neos-editors
composer require flownative/neos-editors
A package with additional editors for the Neos inspector
dev-dependabot/npm_and_yarn/Resources/Private/Scripts/YamlEditor/url-parse-1.5.10
Readme excerpt
Flownative Neos Editors
This package is home to additional editors (and validators) for use with Neos.
Installationcomposer require flownative/neos-editors
UsageTo use the included editors, simply configure your property accordingly in NodeTypes.yaml. Here is an example:
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 YAMLName: Flownative.Neos.Editors/Inspector/Editors/Yaml
The YAML editor provides syntax …
Read more
The same vendor provides 44 package(s).