Problem/Motivation
The Acquia DAM module has configuration pages for Metadata, Image styles, and Integration links, but these pages were not accessible via the Drupal admin menu. Users had to visit the module configuration page and then use tabs to navigate to specific pages.
Proposed resolution
Add menu link definitions in acquia_dam.links.menu.yml for the following configuration pages as children of the existing acquia_dam.config menu item:
- Metadata (
acquia_dam.metadata_config) — Configure allowed metadata fields for DAM assets. - Image styles (
acquia_dam.image_style_config) — Configure allowed image styles for DAM assets. - Integration links (
acquia_dam.integration_links) — Track the synchronization of asset integration links.
Testing steps
- Navigate to Admin > Configuration > Media > Acquia DAM.
- Verify that Metadata, Image styles, and Integration links appear as sub-menu items.
- Verify each sub-menu item routes to its correct configuration page.
Issue fork acquia_dam-3584059
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
rajeshreeputraRequesting review.
Comment #5
rajeshreeputraMR merged!