Mercurial > hg > cmmr2012-drupal-site
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c75dbcec494b |
---|---|
1 type: module | |
2 name: Migrate Example | |
3 description: 'Examples of how Drupal 8 migration compares to previous versions.' | |
4 package: Examples | |
5 # core: 8.x | |
6 dependencies: | |
7 - migrate | |
8 - migrate_example_setup | |
9 - migrate_plus | |
10 | |
11 # Information added by Drupal.org packaging script on 2016-08-05 | |
12 version: '8.x-2.0-beta2' | |
13 core: '8.x' | |
14 project: 'migrate_plus' | |
15 datestamp: 1470428640 |