58ad74e53834cd06968ef95a889478a731a0eb27
[yaffs-website] / web / modules / contrib / migrate_plus / config / schema / migrate_plus.destination.schema.yml
1 # Schema for the migrate destination plugins.
2
3 migrate_plus.destination.*:
4   type: migrate_destination
5   label: 'Default destination'
6   mapping:
7     no_stub:
8       type: boolean
9       label: 'Whether stubbing is allowed.'
10       default: false
11
12 migrate_plus.destination.config:
13   type: migrate_destination
14   label: 'Config'
15   mapping:
16     config_name:
17       type: string
18       label: 'Configuration name'