From 87ae3d8418ed1f893c9b66319b9a904fdca5dc87 Mon Sep 17 00:00:00 2001
From: megachriz <megachriz@654114.no-reply.drupal.org>
Date: Tue, 20 Nov 2018 12:46:52 -0600
Subject: [PATCH] Issue #3014550 by MegaChriz, heddn: Add config schema for
 destination:default_bundle

---
 config/schema/migrate_plus.destination.schema.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/schema/migrate_plus.destination.schema.yml b/config/schema/migrate_plus.destination.schema.yml
index 58ad74e5..c76e59d5 100644
--- a/config/schema/migrate_plus.destination.schema.yml
+++ b/config/schema/migrate_plus.destination.schema.yml
@@ -8,6 +8,9 @@ migrate_plus.destination.*:
       type: boolean
       label: 'Whether stubbing is allowed.'
       default: false
+    default_bundle:
+      type: string
+      label: 'The default bundle for content entity destinations.'
 
 migrate_plus.destination.config:
   type: migrate_destination
-- 
GitLab