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

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