You are here

core.entity_view_display.node.basic_cart_order.default.yml in Basic cart 8.0

config/install/core.entity_view_display.node.basic_cart_order.default.yml

File

config/install/core.entity_view_display.node.basic_cart_order.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.basic_cart_order.basic_cart_address
  6. - field.field.node.basic_cart_order.basic_cart_city
  7. - field.field.node.basic_cart_order.basic_cart_email
  8. - field.field.node.basic_cart_order.basic_cart_message
  9. - field.field.node.basic_cart_order.basic_cart_phone
  10. - field.field.node.basic_cart_order.basic_cart_total_price
  11. - field.field.node.basic_cart_order.basic_cart_vat
  12. - field.field.node.basic_cart_order.basic_cart_zipcode
  13. - node.type.basic_cart_order
  14. module:
  15. - telephone
  16. - user
  17. id: node.basic_cart_order.default
  18. targetEntityType: node
  19. bundle: basic_cart_order
  20. mode: default
  21. content:
  22. basic_cart_address:
  23. weight: 3
  24. label: above
  25. settings:
  26. link_to_entity: false
  27. third_party_settings: { }
  28. type: string
  29. basic_cart_city:
  30. weight: 4
  31. label: above
  32. settings:
  33. link_to_entity: false
  34. third_party_settings: { }
  35. type: string
  36. basic_cart_email:
  37. weight: 0
  38. label: above
  39. settings: { }
  40. third_party_settings: { }
  41. type: basic_string
  42. basic_cart_message:
  43. weight: 1
  44. label: above
  45. settings: { }
  46. third_party_settings: { }
  47. type: basic_string
  48. basic_cart_phone:
  49. weight: 2
  50. label: above
  51. settings:
  52. title: ''
  53. third_party_settings: { }
  54. type: telephone_link
  55. basic_cart_total_price:
  56. weight: 6
  57. label: above
  58. settings:
  59. thousand_separator: ''
  60. decimal_separator: .
  61. scale: 2
  62. prefix_suffix: true
  63. third_party_settings: { }
  64. type: number_decimal
  65. basic_cart_vat:
  66. weight: 7
  67. label: above
  68. settings:
  69. thousand_separator: ''
  70. decimal_separator: .
  71. scale: 2
  72. prefix_suffix: true
  73. third_party_settings: { }
  74. type: number_decimal
  75. basic_cart_zipcode:
  76. weight: 5
  77. label: above
  78. settings:
  79. link_to_entity: false
  80. third_party_settings: { }
  81. type: string
  82. hidden:
  83. links: true