codeq/passthrougheditor

Last activity 09 Dec 2022 1 111
composer require codeq/passthrougheditor

This Neos UI editor plugin takes one configured value and saves it transformed into another field.

dev-dependabot/npm_and_yarn/Resources/Private/PassthroughEditor/decode-uri-component-0.2.2

Version
dev-dependabot/npm_and_yarn/Resources/Private/PassthroughEditor/decode-uri-component-0.2.2
Type
neos-package
Release Date
Dec 03, 2022 18:52
Source
git
Distribution
zip
Requires
  • neos/neos: ~4.0 || ~5.0 || dev-master
MIT f9f9025a6fdbb1310921df8109a5edc8faf6f4e7

Readme excerpt

This package provides a dummy text editor that does one thing: take a value from editorOptions.value and sets it as a value. It could be useful when doing something unusual with Dynamic Client-side Configuration. Anyways, see an example below.

Installation
  1. composer require '@codeq/passthrougheditor'
  2. Start using the editor in NodeTypes.yaml, e.g.:
Some:NodeType: properties: geopoint: type: Ttree\GoogleMapEditor\GeoPoint ui: inspector: editor: Ttree.GoogleMapEditor/Inspector/Editors/GeoPointEditor group: 'geo' latitude: type: string ui: inspector: editor: CodeQ…
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 32 package(s).