Admincentral module
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.1</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |
The UI Admincentral is a different module.
Its groupId is info.magnolia.ui , and its artifactId is magnolia-ui-admincentral .
You can use it to configure, for example, the availability and layout of apps in the App launcher.
|
Configuring Find Bar search results
You can configure how many search results are displayed. To do so, use the definition decoration mechanism.
For example, the following light module configuration updates the defaultCountPerSupplier
to 3
, allowing you to see only up to 3 search results.
findBar:
defaultCountPerSupplier: 3
Configurable properties for Find Bar search
The table below lists properties in the Admincentral module that affect how search results appear.
Property | Description | ||
---|---|---|---|
|
optional, default is Integer defining the maximum number of search results shown from any single search supplier. |
||
|
optional List of user roles allowed in the Last editor search filter: All users are available unless specified otherwise.
|
||
|
optional, default is Configure the minimum number of necessary characters that are shown in a text hint in the find bar to help the user understand how to use the search feature. |
||
|
optional List of search result suppliers. If undefined, it defaults to all suppliers provided by the Periscope module. See also Search result suppliers. |
||
|
optional, default is List defining the ordering of search result groups. |