netgen / ibexa-admin-ui-extra
Netgen's extra Admin UI bits for Ibexa CMS
Installs: 256
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 1
Open Issues: 0
Type:ezplatform-bundle
Requires
- ibexa/admin-ui: ^4.6
Requires (Dev)
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'
Content URLs by Siteaccess
This package enhances the visibility of Content URLs by Siteaccess. URLs can be viewed in the administration interface under the URL tab within the Content view.
The package distinguishes between two types of URLs:
- Siteaccess URLs that reside within the configured Siteaccess Content tree.
- Siteaccess URLs that exist outside the configured Siteaccess Content tree.
By default, the overview of URLs outside the configured Content tree is disabled. To display these URLs, you need to enable this option in your configuration:
netgen_ibexa_admin_ui_extra: show_siteaccess_urls_outside_configured_content_tree_root: true
Licensed under GPLv2