Files
farmOS-dev/web/modules/migrate_plus/config/schema/migrate_plus.destination.schema.yml
2024-12-10 15:08:16 +01:00

22 lines
510 B
YAML

# 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
default_bundle:
type: string
label: 'The default bundle for content entity destinations.'
migrate_plus.destination.config:
type: migrate_destination
label: 'Config'
mapping:
config_name:
type: string
label: 'Configuration name'