Skip to content

Commit c3ad35b

Browse files
authored
Merge pull request #2 from langelhc/8.x-1.x
Add migration template for D7 Domain module
2 parents 949d52c + 2c27d48 commit c3ad35b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)