Admincentral module
Content management Bundled: Community edition
Edition |
CE |
License |
|
Issues |
|
Maven site |
|
Latest |
6.3.4 |
The Admincentral module is used to configure the layout and availability of apps in the App launcher.
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
<groupId>info.magnolia.admincentral</groupId>
<artifactId>magnolia-admincentral</artifactId>
<version>6.3.4</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |
<dependency>
<groupId>info.magnolia.admincentral</groupId>
<artifactId>magnolia-global-search-integration</artifactId>
<version>6.3.4</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |
|
Properties to configure the App launcher layout.
Property | Description |
---|---|
|
Configuration for favorite applications. Example:
|
|
optional (type: List of favorite application names. |
|
optional (type: Maximum number of favorite apps allowed. |
|
Configuration for layout settings. |
|
optional (type: Default group name for apps. |
|
optional (type: List of apps to hide. |
|
optional (type: List of group configurations. Example:
|
|
required (type: Name of the group. |
|
optional (type: Display label for the group. |
|
optional (type: List of app configurations within the group. |
|
required (type: Name of the app within the group. |
|
optional (type: Permission settings for the group. |
|
optional (type: List of groups with access permissions. |
|
optional (type: List of row configurations. Example:
|
|
required (type: Name of the row. |
|
optional (type: Indicates whether the row is displayed (default: |
|
optional (type: CSS class to apply to the row. |
|
optional (type: List or map of groups to include in the row. |
Example configuration:
favouriteAppConfiguration:
maxApps: 12
favouriteApps:
- pages-app
layout:
defaultGroup: custom
hiddenApps:
dam-chooser: dam-chooser
preview: preview
assets: assets
categories: categories
notifications: notifications
tasks-app: tasks-app
personas: personas
tourCategories: tourCategories
pages: pages
segmentation: segmentation
ecommerce-category-chooser: ecommerce-category-chooser
ecommerce-connection-chooser: ecommerce-connection-chooser
ecommerce-product-chooser: ecommerce-product-chooser
groups:
- name: content
apps:
- name: pages-app
- name: dam
- name: stories
- name: tours
- name: marketing
apps:
- name: analytics
- name: campaigns
- name: marketing-tags
- name: abn-testing
- name: personalisation
apps:
- name: personas-app
- name: segmentation-app
- name: preview-app
- name: categorisation
apps:
- name: content-tags
- name: categories-app
- name: translation
apps:
- name: pages-translation
- name: development
apps:
- name: jcr-browser-app
- name: backup
- name: mail
- name: cacheTools
- name: logTools
- name: publishing
- name: tools
- name: jcr-tools
- name: pages-translation
- name: messages
- name: groovy
- name: sample
- name: graphql
- name: restclient
- name: resources
- name: site
- name: configuration
- name: definitions-app
permissions:
groups:
- developers
- name: admin
apps:
- name: security-app
- name: password-manager
- name: visitors
- name: cookies
- name: about
- name: ecommerce
- name: rssAggregator
permissions:
groups:
- developers
- name: custom
apps: []
rows:
- name: one
cssClass: editor
groups:
content: content
marketing: marketing
- name: two
cssClass: editor
groups:
- personalisation
- categorisation
- translation
- name: three
cssClass: editor
groups:
- custom
- name: four
cssClass: developer
groups:
- development
- admin