You are here

core.entity_view_display.node.product.default.yml in Migrate Plus 8.4

migrate_json_example/config/optional/core.entity_view_display.node.product.default.yml

File

migrate_json_example/config/optional/core.entity_view_display.node.product.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.product.field_description
  6. - field.field.node.product.field_price
  7. - field.field.node.product.field_upc
  8. - node.type.product
  9. module:
  10. - user
  11. id: node.product.default
  12. targetEntityType: node
  13. bundle: product
  14. mode: default
  15. content:
  16. field_description:
  17. weight: 103
  18. label: above
  19. settings:
  20. link_to_entity: false
  21. third_party_settings: { }
  22. type: string
  23. region: content
  24. field_price:
  25. weight: 104
  26. label: above
  27. settings:
  28. thousand_separator: ''
  29. decimal_separator: .
  30. scale: 2
  31. prefix_suffix: true
  32. third_party_settings: { }
  33. type: number_decimal
  34. region: content
  35. field_upc:
  36. weight: 102
  37. label: above
  38. settings:
  39. thousand_separator: ''
  40. prefix_suffix: true
  41. third_party_settings: { }
  42. type: number_integer
  43. region: content
  44. links:
  45. weight: 100
  46. settings: { }
  47. third_party_settings: { }
  48. region: content
  49. hidden: { }