Mercurial > hg > cmmr2012-drupal-site
comparison modules/contrib/migrate_plus/config/schema/migrate_plus.source.schema.yml @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c75dbcec494b |
---|---|
1 # Schema for the migrate source plugins. | |
2 | |
3 migrate_plus.source.*: | |
4 type: migrate_source | |
5 label: 'Default source' | |
6 | |
7 migrate_plus.source.empty: | |
8 type: migrate_source_sql | |
9 label: 'Empty source' | |
10 mapping: | |
11 provider: | |
12 type: string | |
13 label: 'Provider' | |
14 | |
15 migrate_plus.source.embedded_data: | |
16 type: migrate_source | |
17 label: 'Embedded data source' | |
18 mapping: | |
19 data_rows: | |
20 type: sequence | |
21 label: 'Data rows' | |
22 sequence: | |
23 type: ignore | |
24 label: 'Data row' | |
25 ids: | |
26 type: sequence | |
27 label: 'Unique key' | |
28 sequence: | |
29 type: mapping | |
30 label: 'Key column' | |
31 mapping: | |
32 type: | |
33 type: string | |
34 label: 'Column type' |