Mercurial > hg > isophonics-drupal-site
annotate core/modules/user/migrations/user_profile_field.yml @ 15:e200cb7efeb3
Update Drupal core to 8.5.3 via Composer
author | Chris Cannam |
---|---|
date | Thu, 26 Apr 2018 11:26:54 +0100 |
parents | 1fec387a4317 |
children | c2387f117808 |
rev | line source |
---|---|
Chris@14 | 1 id: user_profile_field |
Chris@14 | 2 label: User profile field configuration |
Chris@14 | 3 migration_tags: |
Chris@14 | 4 - Drupal 6 |
Chris@14 | 5 - Drupal 7 |
Chris@14 | 6 - Configuration |
Chris@14 | 7 source: |
Chris@14 | 8 plugin: profile_field |
Chris@14 | 9 constants: |
Chris@14 | 10 entity_type: user |
Chris@14 | 11 process: |
Chris@14 | 12 entity_type: 'constants/entity_type' |
Chris@14 | 13 field_name: name |
Chris@14 | 14 type: |
Chris@14 | 15 plugin: static_map |
Chris@14 | 16 source: type |
Chris@14 | 17 map: |
Chris@14 | 18 checkbox: boolean |
Chris@14 | 19 date: datetime |
Chris@14 | 20 list: text |
Chris@14 | 21 selection: list_string |
Chris@14 | 22 textfield: text |
Chris@14 | 23 textarea: text_long |
Chris@14 | 24 url: link |
Chris@14 | 25 settings: |
Chris@14 | 26 plugin: profile_field_settings |
Chris@14 | 27 source: type |
Chris@14 | 28 'settings/allowed_values': options |
Chris@14 | 29 cardinality: |
Chris@14 | 30 plugin: static_map |
Chris@14 | 31 default_value: 1 |
Chris@14 | 32 source: type |
Chris@14 | 33 map: |
Chris@14 | 34 list: -1 |
Chris@14 | 35 destination: |
Chris@14 | 36 plugin: entity:field_storage_config |