Follow-up to #2531568: Remove obsolete hook_menu() from responsive_image module
The configuration menu link description for the responsive image module is missing a period, which is the standard for these links. See admin/config for examples.
From core/modules/responsive_image/responsive_image.links.menu.yml:
entity.responsive_image_style.collection:
title: 'Responsive image styles'
description: 'Manage responsive image styles'
weight: 10
route_name: entity.responsive_image_style.collection
parent: system.admin_config_media
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | the_description_for_the-2531622-1.patch | 606 bytes | colbol |
Comments
Comment #1
colbol commentedComment #2
cilefen commentedGood job!
Comment #3
alexpottCommitted 3cb62fe and pushed to 8.0.x. Thanks!