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