Magnolia 6.1 reached end of life on March 31, 2021. This branch is no longer supported, see End-of-life policy.
Since the release of Magnolia 6.1.4, the Admincentral module allows you to customize certain functional aspects of the Find Bar, namely configuration of search filters, sizes of search result collections and presentation patterns of content suggestions.
The UI Admincentral is a different module. Its groupId is info.magnolia.ui
, artifactId is magnolia-ui-admincentral
and you can use it to configure, for example, the availability and layout of apps in the App launcher.
Since the original configuration is in the config.yaml
file under /modules/admincentral/
, you can modify the properties:
resources
workspace.Properties:
findBar | |
| optional, default is An 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 if not specified.
|
| optional, default is An integer defining the grid size for content suggestions. Compare below the default setting of |
| optional List of search result suppliers. If undefined, it defaults to all suppliers provided by the Periscope module, see search result suppliers. |
| optional, default is ("apps", "pages", "stories", "assets", "tours") List defining the ordering of search result groups. |