Versions Compared

Key

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

...

$type (class shortcut name)Class name and description
jcrChildNodeProvider

info.magnolia.ui.editor.JcrChildNodeProviderDefinition

Resolves child JCR node from the parent.

currentItemProvider

info.magnolia.ui.editor.CurrentItemProviderDefinition

Returns the parent node.

jcrNodeFromLocationProvider

info.magnolia.ui.editor.JcrNodeFromLocationResolutionDefinition

Resolves node content from the current location.

jcrGetIndexedChildNodeinfo.magnolia.ui.editor.JcrIndexedChildNodeProvider
jcrGetPropertyinfo.magnolia.ui.editor.JcrPropertyProvider
jcrNodeProviderinfo.magnolia.ui.editor.JcrNodeProviderDefinition

The currentItemProvider and jcrChildNodeProvider are only suitable for sub-forms since a dependency on a parent node is presupposed to exist.

...