Versions Compared

Key

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

...

contentViews

required

Parent node for the content view definitions. Defines how users can view content in the workbench.

Must contain at least one content view. For more information, see Content view definition.

implementationClass

requireddefault is Workbench.class

Class implementing info.magnolia.ui.contentapp.browser.Workbench. A default implementation class is typically hard-coded in the definition class. You only need to add this property if you want to override the default implementation.

extensionViews

optional

List of extension views configured in the workbench.

view

required

Actual view definition to be displayed in the extension panel. Must implement the 

Javadoc resource link
classNameinfo.magnolia.ui.framework.ViewDefinition
renderTypeasynchronous
 interface.

expandRatio

optional, default is 0

Defines how space is divided in the workbench. A value of 1f means that the extension panel occupies the same amount of space as the content panel.

icon

optionaldefault is icon-analytics-app

CSS class that identifies an icon used for the extension panel. For available names, see Icons.

name

optional, default is workbench

Name of the workbench.