flownative/neos-editors

Last activity 04 Mar 2023 1 73
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

Version
dev-dependabot/npm_and_yarn/Resources/Private/Scripts/YamlEditor/url-parse-1.5.10
Type
neos-package
Release Date
Feb 26, 2022 12:22
Source
git
Distribution
zip
Requires
  • neos/neos: ~3.0 || ~4.0
GPL-3.0 2a49af9facb4f8695f4dd832393e6b0e7123f9ea

Readme excerpt

Flownative Neos Editors

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

Installation

composer require flownative/neos-editors

Usage

To 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 YAML

Name: Flownative.Neos.Editors/Inspector/Editors/Yaml

The YAML editor provides syntax …
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 44 package(s).