Versions Compared

Key

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

...

  • Modify the target property name by appending a locale suffix or by prepending a composite field prefix. This is now done by concrete PropertySet implementations (JcrItemPropertySet) and/or by PropertyNameDecorator.
  • Resolve an item data source of complex fields, a functionality usually covered by item providers.
  • Manage item data sources of multi-value field entries. This is handled by MultiFormView.EntryResolution, which resolves the children and binds each of them to the item provider strategy.

...

info.magnolia.ui.form.field.transformer.*In 6 UI
composite.DelegatingCompositeFieldTransformerUse info.magnolia.ui.editor.CurrentItemProvider.
composite.NoOpCompositeTransformerNot needed.
multi.DelegatingMultiValueFieldTransformerUse info.magnolia.ui.editor.CurrentItemProvider.
multi.DelegatingMultiValueSubnodeTransformer (warning) 6.2.1+

Use info.magnolia.ui.editor.JcrChildNodeProvider and set supportI18N to false and propertyNameDecorator to info.magnolia.ui.field.AlwaysEmptyPrefixNameDecorator.

multi.MultiValueChildNodeTransformerDeprecated, no automatic conversion.
multi.MultiValueChildrenNodeTransformerDeprecated, no automatic conversion.
multi.MultiValueJSONTransformerDeprecated, no automatic conversion.
multi.MultiValueSubChildrenNodePropertiesTransformer (warning) 6.2.1+Use info.magnolia.ui.editor.JcrChildNodeProvider and set supportI18N to false and entryResolution to the now deprecated info.magnolia.ui.editor.ByLexicographicallyIndexedChildNodes.Definition.
multi.MultiValueSubChildrenNodeTransformerDeprecated, no automatic conversion.

...