Item List
Item Edit
Custom permissions

This project is not covered by Drupal’s security advisory policy.

The module provides a method for rapidly building site administration interfaces, catering to scenarios where Drupal's default admin console cannot be directly delivered to users. It enables on-demand creation of administrative functionalities independent of Drupal's default management interface, specifically including: List/URL and Permissions.

Features

  • Support all content entity type: node, taxonomy, block and custom type
  • The management interface is distinguished by entity bundles.
  • Support all config entity type
  • Plugable and configable entity operations, custom operations can be added easily
  • Provide uniform url path with "/manage" prefix: /manage/article, /manage/article/add, /manage/article/[id]/edit, /manage/article/[id]/[plugin], Url auto generated with plugin
  • Provide interface corresponding permission structure and permission auto genderated with plugin
  • Automatic manage list page( auto created views), manage menu, page action ,page tab generated
  • Organizational-level access control support
  • Included operation Plugin: Add/Edit/Delete/Translate/Moderation/Layout/AISEO

Organizational-level access setup

  1. Add entity reference field with machine name "field_orgnization" both for managed entity and user
  2. enable "Orgnization Control" in entity manager item
  3. Organizational-level permission will be auto gennerated
  4. Views Organizational-level filter can be set with views Contextual filters with default value "Current User Orgnization"

Project information

Releases