links_action_ui
No security coverage
A user-friendly administration interface to create, manage, and organize custom Drupal Local Actions without writing code.
Local Action UI simplifies the process of adding dynamic action buttons (e.g., "Add Item," "Import Data") to backend pages. Instead of manually defining actions in YAML files, site administrators can use an intuitive form to configure:
- Action button text and target URL
- Multiple "appears on" pages (display the action on specific admin urls
- Display order via weight configuration
Built on Drupal's Config Entity system, all configurations are exportable, version-controllable, and instantly reflected in the backend without cache clears (auto-handled by the module).
Key Features
- No-Code Configuration: Create custom Local Actions through the admin UI (/admin/config/system/local-actions).
- Multi-Page Support: Assign a single action to appear on multiple backend routes.
- Drag-and-Drop Ordering: Control action button sequence with weight settings.
- Exportable Config: Store actions as config entities for deployment across environments.
- Route Validation: Ensures target URLs and display routes are valid Drupal routes.