You are here

migrate_drupal.source.schema.yml in Zircon Profile 8

core/modules/migrate_drupal/config/schema/migrate_drupal.source.schema.yml

File

core/modules/migrate_drupal/config/schema/migrate_drupal.source.schema.yml
View source
  1. # Schema for the migrate_drupal source plugins.
  2. migrate.source.variable:
  3. type: migrate_source_sql
  4. label: 'Variable'
  5. mapping:
  6. variables:
  7. type: sequence
  8. label: 'Variables'
  9. sequence:
  10. type: string
  11. label: 'Variable'
  12. constants:
  13. type: mapping
  14. label: 'Constants'
  15. mapping:
  16. entity_type:
  17. type: string
  18. label: 'Entity type'
  19. id:
  20. type: string
  21. label: 'ID'
  22. label:
  23. type: label
  24. label: 'Label'
  25. description:
  26. type: text
  27. label: 'Description'
  28. path:
  29. type: string
  30. label: 'Path'
  31. plugin:
  32. type: string
  33. label: 'Plugin'
  34. status:
  35. type: boolean
  36. label: 'Status'
  37. slash:
  38. type: string
  39. label: 'Slash'
  40. migrate.source.variable_multirow:
  41. type: migrate_source_sql
  42. label: 'Drupal variable multirow'
  43. mapping:
  44. variables:
  45. type: sequence
  46. label: 'Variables'
  47. sequence:
  48. type: string
  49. label: 'Variable'
  50. migrate_entity_constant:
  51. type: mapping
  52. mapping:
  53. entity_type:
  54. type: string
  55. label: 'Entity type'
  56. bundle:
  57. type: string
  58. label: 'Bundle'
  59. label:
  60. type: label
  61. label: 'Label'
  62. id:
  63. type: string
  64. label: 'ID'
  65. target_entity_type:
  66. type: string
  67. label: 'Target entity type'
  68. view_mode:
  69. type: string
  70. label: 'View mode'
  71. form_mode:
  72. type: string
  73. label: 'Form mode'
  74. field_name:
  75. type: string
  76. label: 'Field name'
  77. empty:
  78. type: sequence
  79. label: 'Empty'
  80. sequence:
  81. type: string
  82. label: 'Empty'
  83. name:
  84. type: string
  85. label: 'Name'
  86. preview:
  87. type: integer
  88. label: 'Preview'
  89. create_body:
  90. type: boolean
  91. label: 'create body'
  92. required:
  93. type: boolean
  94. label: 'Required'
  95. type:
  96. type: string
  97. label: 'Type'
  98. cardinality:
  99. type: integer
  100. label: 'Cardinality'
  101. parent:
  102. type: integer
  103. label: 'Parent'
  104. langcode:
  105. type: string
  106. label: 'Language code'
  107. third_party_settings:
  108. type: sequence
  109. label: 'Settings'
  110. sequence:
  111. type: ignore
  112. label: 'Settings'
  113. settings:
  114. type: sequence
  115. label: 'Settings'
  116. sequence:
  117. type: ignore
  118. label: 'Settings'
  119. options:
  120. type: mapping
  121. label: 'Options'
  122. mapping:
  123. label:
  124. type: string
  125. label: 'label'
  126. type:
  127. type: string
  128. label: 'Type'
  129. weight:
  130. type: integer
  131. label: 'Weight'
  132. settings:
  133. type: sequence
  134. label: 'Settings'
  135. sequence:
  136. type: string
  137. label: 'Settings'
  138. selection_handler:
  139. type: string
  140. label: 'Entity reference selection handler'
  141. auto_create:
  142. type: boolean
  143. label: 'Entity reference selection setting: Auto-create new entities'
  144. status:
  145. type: boolean
  146. label: 'Status'
  147. migrate.source.md_empty:
  148. type: migrate.source.empty
  149. label: 'Empty source for migrate_drupal migrations'