You are here

core.entity_view_display.node.basic_cart_order.teaser.yml in Basic cart 8.6

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

File

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