only in patch2: unchanged: --- a/core/modules/migrate/config/schema/migrate.data_types.schema.yml +++ b/core/modules/migrate/config/schema/migrate.data_types.schema.yml @@ -17,6 +17,10 @@ migrate_destination: sequence: type: string label: 'Property' + no_stub: + type: boolean + label: 'Whether stubbing is allowed.' + default: false migrate_source: type: migrate_plugin only in patch2: unchanged: --- a/core/modules/migrate/config/schema/migrate.destination.schema.yml +++ b/core/modules/migrate/config/schema/migrate.destination.schema.yml @@ -3,11 +3,6 @@ migrate.destination.*: type: migrate_destination label: 'Default destination' - mapping: - no_stub: - type: boolean - label: 'Whether stubbing is allowed.' - default: false migrate.destination.config: type: migrate_destination