Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rename macro 'p' to 'mgnl-p'.

...

Advanced Tables - Table Plus
heading0
enableHeadingAttributesfalse
enableSortingfalse
classm5-configuration-tree
enableHighlightingfalse
Node nameValue

modules

 

ui-helloworld-app

 

apps

 

helloworld

 

subApps

 

mgnl-p
appClass

info.magnolia.ui.app.helloworld.HelloWorldApp

mgnl-p
class

info.magnolia.ui.api.app.registry.ConfiguredAppDescriptor

mgnl-p
icon

icon-app

mgnl-p
label

Hello World

mgnl-p
version

 1.0.0

Properties:

subappsNode containing subapps.
appClass

required

Fully qualified name of the Java class that contains the app business logic. The class must implement the 

Javadoc
0info.magnolia.ui.api.app.App
 interface.

class

optional, default is info.magnolia.ui.api.app.registry.ConfiguredAppDescriptor

App descriptor class that reads the configuration. The class must implement the 

Javadoc
0info.magnolia.ui.api.app.AppDescriptor
 interface.

enabled

optional, default is true

Enables and disables the app.

icon

optional

CSS class that identifies an icon font used on the app tile. For available names see Icons.

label

optional

Label displayed on the app icon in the app launcher.

name

required

Name of the app.

theme

optional

Name of a custom app theme.

i18nBasenameMessage bundle for localized labels.