Initial Drupal 11 with DDEV setup
This commit is contained in:
11
web/core/modules/ban/migrations/d7_blocked_ips.yml
Normal file
11
web/core/modules/ban/migrations/d7_blocked_ips.yml
Normal file
@ -0,0 +1,11 @@
|
||||
id: d7_blocked_ips
|
||||
label: Blocked IPs
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
- Content
|
||||
source:
|
||||
plugin: d7_blocked_ips
|
||||
process:
|
||||
ip: ip
|
||||
destination:
|
||||
plugin: blocked_ip
|
||||
@ -0,0 +1,3 @@
|
||||
finished:
|
||||
7:
|
||||
system: ban
|
||||
Reference in New Issue
Block a user