We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 949d52c + 2c27d48 commit c3ad35bCopy full SHA for c3ad35b
1 file changed
domain/migration_templates/d7_domain.yml
@@ -0,0 +1,17 @@
1
+id: d7_domain
2
+label: Domain Records
3
+migration_tags:
4
+ - Drupal 7
5
+source:
6
+ plugin: d7_domain
7
+process:
8
+ id: machine_name
9
+ name: sitename
10
+ hostname: subdomain
11
+ weight: weight
12
+ is_default: is_default
13
+ scheme: scheme
14
+ path: subdomain
15
+ status: valid
16
+destination:
17
+ plugin: entity:domain
0 commit comments