Skip to content
Snippets Groups Projects

Support an "include" key in config migrations

2 files
+ 7
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -28,6 +28,12 @@ migrate_plus.migration.*:
@@ -28,6 +28,12 @@ migrate_plus.migration.*:
label:
label:
type: label
type: label
label: 'Label'
label: 'Label'
 
include:
 
type: sequence
 
label: 'Included shared configuration'
 
sequence:
 
type: string
 
label: 'Included shared configuration entry'
source:
source:
type: ignore
type: ignore
label: 'Source'
label: 'Source'
Loading