netgen/ibexa-admin-ui-extra

Netgen's extra Admin UI bits for Ibexa CMS

1.3.0 2024-05-06 05:18 UTC

This package is auto-updated.

Last update: 2024-05-06 05:20:27 UTC


README

Netgen's extra Admin UI bits for Ibexa CMS implements an enhanced administration UI for Ibexa DXP that adds some missing features we loved from eZ Publish Legacy administration interface.

Installation & license

Install the package with composer require netgen/ibexa-admin-ui-extra. This will automatically enable the bundle, but will not enable the new interface in Ibexa Admin UI. To enable the interface, you need to set the design of admin_group siteaccess group to ngadmin, e.g.:

ibexa:
    system:
        admin_group:
            design: ngadmin

Next, import the routes into your project:

netgen_ibexa_admin_ui_extra:
    resource: '@NetgenIbexaAdminUIExtraBundle/Resources/config/routing.yaml'

Licensed under GPLv2