Links Action UI
This module provides an easy-to-use interface for site administrators to create and manage custom action buttons on backend pages without needing to write code. You can define the button's text, where it appears by specifying specific admin pages, and its order. All configurations are saved as exportable entities.
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.