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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. uuid: fed088dd-e350-4fef-b12b-7dc5f0dc030d
  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. - telephone
  15. id: profile.contact_company.default
  16. targetEntityType: profile
  17. bundle: contact_company
  18. mode: default
  19. content:
  20. field_email:
  21. weight: 6
  22. settings:
  23. size: 60
  24. placeholder: ''
  25. third_party_settings: { }
  26. type: email_default
  27. region: content
  28. field_memo:
  29. weight: 5
  30. settings:
  31. rows: 5
  32. placeholder: ''
  33. third_party_settings: { }
  34. type: string_textarea
  35. region: content
  36. field_name:
  37. weight: 1
  38. settings:
  39. size: 60
  40. placeholder: ''
  41. third_party_settings: { }
  42. type: string_textfield
  43. region: content
  44. field_phone:
  45. weight: 4
  46. settings:
  47. placeholder: ''
  48. third_party_settings: { }
  49. type: telephone_default
  50. region: content
  51. field_position:
  52. weight: 2
  53. settings:
  54. size: 60
  55. placeholder: ''
  56. third_party_settings: { }
  57. type: string_textfield
  58. region: content
  59. field_title:
  60. weight: 0
  61. settings: { }
  62. third_party_settings: { }
  63. type: options_select
  64. region: content
  65. hidden: { }