You are here

d7_field.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/field/migration_templates/d7_field.yml
core/modules/field/migration_templates/d7_field.yml

File

core/modules/field/migration_templates/d7_field.yml
View source
  1. id: d7_field
  2. label: Field configuration
  3. migration_tags:
  4. - Drupal 7
  5. source:
  6. plugin: d7_field
  7. constants:
  8. status: true
  9. langcode: und
  10. process:
  11. entity_type: entity_type
  12. status: 'constants/status'
  13. langcode: 'constants/langcode'
  14. field_name: field_name
  15. type:
  16. plugin: static_map
  17. source: type
  18. map:
  19. date: datetime
  20. datestamp: datetime
  21. datetime: datetime
  22. email: email
  23. file: file
  24. image: image
  25. link_field: link
  26. list_boolean: boolean
  27. list_integer: list_integer
  28. list_text: list_string
  29. number_integer: integer
  30. number_decimal: decimal
  31. number_float: float
  32. phone: telephone
  33. taxonomy_term_reference: entity_reference
  34. text: text
  35. text_long: text_long
  36. text_with_summary: text_with_summary
  37. translatable: translatable
  38. cardinality: cardinality
  39. settings:
  40. plugin: d7_field_settings
  41. destination:
  42. plugin: entity:field_storage_config