Mercurial > hg > isophonics-drupal-site
annotate modules/contrib/migrate_plus/migrate_example/migrate_example.info.yml @ 7:848c88cfe644
More layout
author | Chris Cannam |
---|---|
date | Fri, 05 Jan 2018 13:59:44 +0000 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 type: module |
Chris@0 | 2 name: Migrate Example |
Chris@0 | 3 description: 'Examples of how Drupal 8 migration compares to previous versions.' |
Chris@0 | 4 package: Examples |
Chris@0 | 5 # core: 8.x |
Chris@0 | 6 dependencies: |
Chris@0 | 7 - migrate |
Chris@0 | 8 - migrate_example_setup |
Chris@0 | 9 - migrate_plus |
Chris@0 | 10 |
Chris@0 | 11 # Information added by Drupal.org packaging script on 2016-08-05 |
Chris@0 | 12 version: '8.x-2.0-beta2' |
Chris@0 | 13 core: '8.x' |
Chris@0 | 14 project: 'migrate_plus' |
Chris@0 | 15 datestamp: 1470428640 |