dynamic_image_generator-1.0.x-dev/dynamic_image_generator.links.menu.yml
dynamic_image_generator.links.menu.yml
# File: dynamic_image_generator.links.menu.yml # Dynamic Image Generator module menu links. # Defines menu items that appear in the admin interface. # Main configuration link in the Content section dynamic_image_generator.admin: title: 'Dynamic Image Generator' description: 'Configure dynamic image generation settings and API credentials.' route_name: dynamic_image_generator.admin parent: system.admin_config_content weight: 10 # Image templates link in the Structure section entity.poster_entity.collection: title: 'Image Templates' description: 'Manage HTML/CSS templates for dynamic image generation.' route_name: entity.poster_entity.collection parent: system.admin_structure weight: 15 # Generated images link in the Content section - FIXED PATH generated_dynamic_images.page_1: title: 'Generated Images' description: 'View and manage all generated dynamic images.' route_name: generated_dynamic_images.page_1 parent: system.admin_content weight: 20
