Mercurial > hg > cmmr2012-drupal-site
annotate modules/contrib/migrate_plus/migrate_example/migrate_example.info.yml @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children | a9cd425dd02b |
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 |