Version 1
[yaffs-website] / web / modules / contrib / migrate_plus / config / schema / migrate_plus.destination.schema.yml
diff --git a/web/modules/contrib/migrate_plus/config/schema/migrate_plus.destination.schema.yml b/web/modules/contrib/migrate_plus/config/schema/migrate_plus.destination.schema.yml
new file mode 100644 (file)
index 0000000..58ad74e
--- /dev/null
@@ -0,0 +1,18 @@
+# Schema for the migrate destination plugins.
+
+migrate_plus.destination.*:
+  type: migrate_destination
+  label: 'Default destination'
+  mapping:
+    no_stub:
+      type: boolean
+      label: 'Whether stubbing is allowed.'
+      default: false
+
+migrate_plus.destination.config:
+  type: migrate_destination
+  label: 'Config'
+  mapping:
+    config_name:
+      type: string
+      label: 'Configuration name'