You are here

d7_system_authorize.yml in Drupal 10

core/modules/system/migrations/d7_system_authorize.yml

File

core/modules/system/migrations/d7_system_authorize.yml
View source
  1. id: d7_system_authorize
  2. label: Drupal 7 file transfer authorize configuration
  3. migration_tags:
  4. - Drupal 7
  5. - Configuration
  6. source:
  7. plugin: variable
  8. variables:
  9. - authorize_filetransfer_default
  10. source_module: system
  11. process:
  12. filetransfer_default:
  13. plugin: skip_on_empty
  14. method: row
  15. source: empty
  16. destination:
  17. plugin: config
  18. config_name: null
  19. destination_module: system