flowpack/structuredediting

Letzte Aktivität 06 Dec 2022 25 4 3104
composer require flowpack/structuredediting

Structured editing for Neos

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

Version
dev-dependabot/npm_and_yarn/Resources/Private/StructuredEditing/decode-uri-component-0.2.2
Type
neos-package
Release Date
Dec 03, 2022 17:30
Source
git
Distribution
zip
Requires
  • neos/neos: *
Conflicts
  • neos/neos-ui: <4.0.0
GPL-3.0-or-later 4504989d57bc2ebb09ef50b23696395c28127e19

Readme excerpt

Structured Inline Editing for Neos CMS

Allows to reuse inspector editors inline. Hint: put all content-related properties inline and leave only metadata properties in the inspector.

Getting started:

  1. composer require 'flowpack/structuredediting:@dev'
  2. Configure your nodetype properties to be inline editable like this:
'Some.Node:Type' properties: date: type: DateTime defaultValue: now ui: label: Date reloadIfChanged: true inline: editor: 'Flowpack.StructuredEditing/EditorEnvelope' editorOptions: format: 'd-m-Y H:i' editor: 'Neos…
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 54 package(s).