Mercurial > hg > cmmr2012-drupal-site
annotate modules/contrib/migrate_plus/config/schema/migrate_plus.source.schema.yml @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
rev | line source |
---|---|
Chris@0 | 1 # Schema for the migrate source plugins. |
Chris@0 | 2 |
Chris@0 | 3 migrate_plus.source.*: |
Chris@0 | 4 type: migrate_source |
Chris@0 | 5 label: 'Default source' |
Chris@0 | 6 |
Chris@0 | 7 migrate_plus.source.empty: |
Chris@0 | 8 type: migrate_source_sql |
Chris@0 | 9 label: 'Empty source' |
Chris@0 | 10 mapping: |
Chris@0 | 11 provider: |
Chris@0 | 12 type: string |
Chris@0 | 13 label: 'Provider' |
Chris@0 | 14 |
Chris@0 | 15 migrate_plus.source.embedded_data: |
Chris@0 | 16 type: migrate_source |
Chris@0 | 17 label: 'Embedded data source' |
Chris@0 | 18 mapping: |
Chris@0 | 19 data_rows: |
Chris@0 | 20 type: sequence |
Chris@0 | 21 label: 'Data rows' |
Chris@0 | 22 sequence: |
Chris@0 | 23 type: ignore |
Chris@0 | 24 label: 'Data row' |
Chris@0 | 25 ids: |
Chris@0 | 26 type: sequence |
Chris@0 | 27 label: 'Unique key' |
Chris@0 | 28 sequence: |
Chris@0 | 29 type: mapping |
Chris@0 | 30 label: 'Key column' |
Chris@0 | 31 mapping: |
Chris@0 | 32 type: |
Chris@0 | 33 type: string |
Chris@0 | 34 label: 'Column type' |