core.entity_view_display.profile.contact_company.default.yml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. uuid: 6cdd6ea7-9fe6-421c-995a-adeed26bcc56
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.profile.contact_company.field_email
  7. - field.field.profile.contact_company.field_memo
  8. - field.field.profile.contact_company.field_name
  9. - field.field.profile.contact_company.field_phone
  10. - field.field.profile.contact_company.field_position
  11. - field.field.profile.contact_company.field_title
  12. - profile.type.contact_company
  13. module:
  14. - options
  15. - telephone
  16. id: profile.contact_company.default
  17. targetEntityType: profile
  18. bundle: contact_company
  19. mode: default
  20. content:
  21. field_email:
  22. weight: 4
  23. label: hidden
  24. settings: { }
  25. third_party_settings: { }
  26. type: basic_string
  27. region: content
  28. field_memo:
  29. weight: 5
  30. label: above
  31. settings: { }
  32. third_party_settings: { }
  33. type: basic_string
  34. region: content
  35. field_name:
  36. type: string
  37. weight: 1
  38. region: content
  39. label: hidden
  40. settings:
  41. link_to_entity: false
  42. third_party_settings: { }
  43. field_phone:
  44. weight: 3
  45. label: hidden
  46. settings:
  47. title: ''
  48. third_party_settings: { }
  49. type: telephone_link
  50. region: content
  51. field_position:
  52. weight: 2
  53. label: inline
  54. settings:
  55. link_to_entity: false
  56. third_party_settings: { }
  57. type: string
  58. region: content
  59. field_title:
  60. weight: 0
  61. label: hidden
  62. settings: { }
  63. third_party_settings: { }
  64. type: list_default
  65. region: content
  66. hidden: { }