7b292eb8305f1074c9fc2348fd82c0e04d103906
[yaffs-website] / web / core / modules / contact / migrations / contact_category.yml
1 id: contact_category
2 label: Contact category configuration
3 migration_tags:
4   - Drupal 6
5   - Drupal 7
6   - Configuration
7 source:
8   plugin: contact_category
9 process:
10   id:
11     -
12       plugin: machine_name
13       source: category
14     -
15       plugin: make_unique_entity_field
16       entity_type: contact_form
17       field: id
18       length: 32
19   label: category
20   recipients: recipients
21   reply: reply
22   weight: weight
23 destination:
24   plugin: entity:contact_form