Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / contact / migrations / contact_category.yml
diff --git a/web/core/modules/contact/migrations/contact_category.yml b/web/core/modules/contact/migrations/contact_category.yml
new file mode 100644 (file)
index 0000000..7b292eb
--- /dev/null
@@ -0,0 +1,24 @@
+id: contact_category
+label: Contact category configuration
+migration_tags:
+  - Drupal 6
+  - Drupal 7
+  - Configuration
+source:
+  plugin: contact_category
+process:
+  id:
+    -
+      plugin: machine_name
+      source: category
+    -
+      plugin: make_unique_entity_field
+      entity_type: contact_form
+      field: id
+      length: 32
+  label: category
+  recipients: recipients
+  reply: reply
+  weight: weight
+destination:
+  plugin: entity:contact_form