Issue #3445276 by daffie: Fix lifecycle_links for deprecated or obsolete modules
parent
b5a626ebb1
commit
5f8aa4bd11
|
@ -4,5 +4,5 @@ description: 'Allows configuration of tasks to be executed in response to events
|
|||
package: Core
|
||||
version: VERSION
|
||||
lifecycle: deprecated
|
||||
lifecycle_link: https://www.drupal.org/node/3223395#s-action
|
||||
lifecycle_link: https://www.drupal.org/node/3223395#s-actions-ui
|
||||
configure: entity.action.collection
|
||||
|
|
|
@ -3,7 +3,7 @@ type: module
|
|||
description: 'Displays help topics provided by themes and modules.'
|
||||
package: Core (Experimental)
|
||||
lifecycle: deprecated
|
||||
lifecycle_link: https://www.drupal.org/node/3223395#s-help_topics
|
||||
lifecycle_link: https://www.drupal.org/node/3223395#s-help-topics
|
||||
version: VERSION
|
||||
dependencies:
|
||||
- drupal:help
|
||||
|
|
Loading…
Reference in New Issue