Mercurial > hg > isophonics-drupal-site
annotate core/modules/update/update.links.action.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 update.report_install: |
Chris@0 | 2 route_name: update.report_install |
Chris@0 | 3 title: 'Install new module or theme' |
Chris@0 | 4 weight: 25 |
Chris@0 | 5 appears_on: |
Chris@0 | 6 - update.status |
Chris@0 | 7 |
Chris@0 | 8 update.module_install: |
Chris@0 | 9 route_name: update.module_install |
Chris@0 | 10 title: 'Install new module' |
Chris@0 | 11 weight: 25 |
Chris@0 | 12 appears_on: |
Chris@0 | 13 - system.modules_list |
Chris@0 | 14 |
Chris@0 | 15 update.theme_install: |
Chris@0 | 16 route_name: update.theme_install |
Chris@0 | 17 title: 'Install new theme' |
Chris@0 | 18 weight: 25 |
Chris@0 | 19 appears_on: |
Chris@0 | 20 - system.themes_page |