Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$typeClass and description
jcrChildNodeProvider

info.magnolia.ui.editor.JcrChildNodeProviderDefinition

Resolves a child JCR node from the parent. Suitable for sub-forms only since it relies on a parent.

jcrGetIndexedChildNode

info.magnolia.ui.editor.JcrIndexedChildNodeProvider

Provides Resolves an indexed child node. Typically used to bind the elements of multi-value editors. Suitable Suitable for sub-forms only since it relies on a parent.

jcrGetProperty

info.magnolia.ui.editor.JcrPropertyProvider

Proposes a JCR node property as an item datasource. Typically used in complex fields with sub-editors where a single field entry needs to be exposed as an editor.

jcrNodeFromLocationProvider

info.magnolia.ui.editor.JcrNodeFromLocationResolutionDefinition

Resolves node content from the current location.

...