{"id":23395791,"url":"https://github.com/netgen/ibexa-admin-ui-extra","last_synced_at":"2026-02-11T12:35:27.658Z","repository":{"id":237874370,"uuid":"795404505","full_name":"netgen/ibexa-admin-ui-extra","owner":"netgen","description":"Netgen's extra bits for Ibexa CMS Admin UI","archived":false,"fork":false,"pushed_at":"2024-09-25T10:40:25.000Z","size":117,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-21T05:38:54.625Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netgen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-03T07:56:22.000Z","updated_at":"2024-09-25T10:35:15.000Z","dependencies_parsed_at":"2024-08-27T09:44:07.580Z","dependency_job_id":"650fba53-b125-4fbf-8fc0-7b0ce7571f11","html_url":"https://github.com/netgen/ibexa-admin-ui-extra","commit_stats":null,"previous_names":["netgen/ibexa-admin-ui-extra"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgen%2Fibexa-admin-ui-extra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgen%2Fibexa-admin-ui-extra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgen%2Fibexa-admin-ui-extra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netgen%2Fibexa-admin-ui-extra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netgen","download_url":"https://codeload.github.com/netgen/ibexa-admin-ui-extra/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230695422,"owners_count":18266162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-22T07:18:21.561Z","updated_at":"2026-02-11T12:35:27.653Z","avatar_url":"https://github.com/netgen.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Netgen's extra bits for Ibexa CMS Admin UI\n==========================================\n\n[![Downloads](https://img.shields.io/packagist/dt/netgen/ibexa-admin-ui-extra.svg)](https://packagist.org/packages/netgen/ibexa-admin-ui-extra)\n[![Latest stable](https://img.shields.io/packagist/v/netgen/ibexa-admin-ui-extra.svg)](https://packagist.org/packages/netgen/ibexa-admin-ui-extra)\n[![Ibexa](https://img.shields.io/badge/Ibexa-%E2%89%A5%204.6-orange.svg)](https://www.ibexa.co)\n\nNetgen's extra Admin UI bits for Ibexa CMS implements an enhanced administration\nUI for Ibexa DXP that adds some missing features we loved from eZ Publish Legacy\nadministration interface.\n\nInstallation \u0026 license\n----------------------\n\nInstall the package with `composer require netgen/ibexa-admin-ui-extra`. This\nwill automatically enable the bundle, but will not enable the new interface in\nIbexa Admin UI. To enable the interface, you need to set the design of\n`admin_group` siteaccess group to `ngadmin`, e.g.:\n\n```yaml\nibexa:\n    system:\n        admin_group:\n            design: ngadmin\n```\n\nNext, import the routes into your project:\n\n```yaml\nnetgen_ibexa_admin_ui_extra:\n    resource: '@NetgenIbexaAdminUIExtraBundle/Resources/config/routing.yaml'\n```\n\nContent URLs by Siteaccess\n--------------------------\n\nThis 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.\n\nThe package distinguishes between two types of URLs:\n\n1. **Siteaccess URLs** that reside within the configured Siteaccess Content tree.\n2. **Siteaccess URLs** that exist outside the configured Siteaccess Content tree.\n\nBy default, the overview of URLs outside the configured Content tree is disabled.\nTo display these URLs, you need to enable this option in your configuration:\n\n```yaml\nnetgen_ibexa_admin_ui_extra:\n    show_siteaccess_urls_outside_configured_content_tree_root: true\n```\n\nQueues Module\n=============\n\nThe extra Admin UI also introduces a **Queues module**, which provides a dedicated interface for viewing the number of pending messages in each configured Symfony Messenger transport.\n\nWith this module, you can:\n\n* View all available Messenger transports\n* See the count of pending messages per transport\n* Restrict access to the queues via Ibexa policies\n\n---\n\nConfiguration\n-------------\n\nYou can customize the queues feature in your configuration:\n\n```yaml\nnetgen_ibexa_admin_ui_extra:\n    queues:\n        enabled: true\n        transports:\n            - transport1\n            - transport2\n```\n\nIf Symfony Messenger is **not installed**, the Queues module is automatically disabled and won’t appear in the menu or routes.\n\n---\n\nPermissions\n-----------\n\nAccess to the Queues module is **restricted by Ibexa policies**. To access the module, the user’s role must include the following policy:\n\n* Module: ``queues``\n* Function: ``read``\n\nUsers without this policy will not see the Queues menu item and will receive an an **Access Denied** exception if they try to access the page directly.\n\n---\n\nLicensed under [GPLv2](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetgen%2Fibexa-admin-ui-extra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetgen%2Fibexa-admin-ui-extra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetgen%2Fibexa-admin-ui-extra/lists"}