Versions Compared

Key

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

...

The central property when defining a link field is appName - the name of the Magnolia app to choose the item from. The target app is responsible for providing a view that is suitable for selecting the item. When the target app is a content app, the workbench in the browser subapp is a suitable view and it is used by default. For more complex apps like the Assets app,  a  a choose dialog is configured in the app to browse the contents.

...

When using LinkField with   JCR-agnostic target apps that use complex ItemIds that extend  Object , override the public String toString() method on the implementation of the itemId.

...