From 022baac45c5b1d630b18cd90e1648d0932cc3478 Mon Sep 17 00:00:00 2001 From: lucashedding <lucashedding@1463982.no-reply.drupal.org> Date: Thu, 3 Jan 2019 12:20:23 -0600 Subject: [PATCH] Issue #3023725 by heddn: Ignore schema definition of source and destination --- config/schema/migrate_plus.schema.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/schema/migrate_plus.schema.yml b/config/schema/migrate_plus.schema.yml index 99aef552..33dc2e6e 100644 --- a/config/schema/migrate_plus.schema.yml +++ b/config/schema/migrate_plus.schema.yml @@ -29,13 +29,13 @@ migrate_plus.migration.*: type: label label: 'Label' source: - type: migrate_plus.source.[plugin] + type: ignore label: 'Source' process: type: ignore label: 'Process' destination: - type: migrate_plus.destination.[plugin] + type: ignore label: 'Destination' migration_dependencies: type: mapping -- GitLab