view modules/contrib/migrate_tools/migrate_tools.links.action.yml @ 11:bfffd8d7479a

Move drupal/core from "replace" to "require" section, to ensure Composer updates it
author Chris Cannam
date Fri, 23 Feb 2018 15:51:18 +0000
parents 4c8ae668cc8c
children
line wrap: on
line source
migrate_tools.add_group_action:
  route_name: entity.migration_group.add_form
  title: 'Add migration group'
  appears_on:
    - entity.migration_group.list

migrate_tools.add_migration_action:
  route_name: entity.migration.add_form
  title: 'Add migration'
  appears_on:
    - entity.migration.list