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.2.34</version>
</dependency>
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.
|
Findbar configuration
You can configure how many search results are displayed. The configuration is found in the config.yaml
file under /modules/admincentral/
in the Resource Files app.
Configurable Properties
In the table below are listed properties in the Admincentral module that affect the showing of search results.
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. |
Configuration Instructions
-
Open the Resource Files app.
-
Go to the
config.yaml
file under the admincentral folder.
-
Edit the file and update the properties that you want to change. For example, update
defaultCountPerSupplier
to 20 if you want to see up to 20 search results.
-
Save your changes.