You are here

node.source.schema.yml in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/modules/node/config/schema/node.source.schema.yml
core/modules/node/config/schema/node.source.schema.yml

File

core/modules/node/config/schema/node.source.schema.yml
View source
  1. migrate.source.d6_view_mode:
  2. type: migrate_source_sql
  3. label: 'Drupal 6 view mode'
  4. mapping:
  5. constants:
  6. type: mapping
  7. label: 'Constants'
  8. mapping:
  9. targetEntityType:
  10. type: string
  11. label: 'Target entity type'
  12. status:
  13. type: boolean
  14. label: 'Status'
  15. migrate.source.d6_node_type:
  16. type: migrate_source_sql
  17. label: 'Drupal 6 node type'
  18. mapping:
  19. constants:
  20. type: migrate_entity_constant
  21. label: 'Constants'
  22. migrate.source.d6_node:
  23. type: migrate_source_sql
  24. label: 'Drupal 6 node'
  25. mapping:
  26. node_type:
  27. type: string
  28. label: 'Node type'
  29. migrate.source.d7_node:
  30. type: migrate_source_sql
  31. label: 'Drupal 7 node'
  32. mapping:
  33. node_type:
  34. type: string
  35. label: 'Node type'
  36. migrate.source.d6_node_revision:
  37. type: migrate_source_sql
  38. label: 'Drupal 6 node revision'
  39. mapping:
  40. node_type:
  41. type: string
  42. label: 'Node type'
  43. migrate.source.d7_node_revision:
  44. type: migrate_source_sql
  45. label: 'Drupal 7 node revision'
  46. mapping:
  47. node_type:
  48. type: string
  49. label: 'Node type'
  50. migrate.source.d7_node_type:
  51. type: migrate_source_sql
  52. label: 'Drupal 7 node type'