You are here

core.entity_form_display.node.team.default.yml in Brainstorm profile 8

config/install/core.entity_form_display.node.team.default.yml

File

config/install/core.entity_form_display.node.team.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.team.body
  6. - field.field.node.team.field_photo_team
  7. - field.field.node.team.field_profession_team
  8. - field.field.node.team.field_social
  9. - image.style.thumbnail
  10. - node.type.team
  11. module:
  12. - image
  13. - path
  14. - text
  15. id: node.team.default
  16. targetEntityType: node
  17. bundle: team
  18. mode: default
  19. content:
  20. body:
  21. type: text_textarea_with_summary
  22. weight: 31
  23. settings:
  24. rows: 9
  25. summary_rows: 3
  26. placeholder: ''
  27. third_party_settings: { }
  28. created:
  29. type: datetime_timestamp
  30. weight: 10
  31. settings: { }
  32. third_party_settings: { }
  33. field_photo_team:
  34. weight: 33
  35. settings:
  36. progress_indicator: throbber
  37. preview_image_style: thumbnail
  38. third_party_settings: { }
  39. type: image_image
  40. field_profession_team:
  41. weight: 32
  42. settings:
  43. match_operator: CONTAINS
  44. size: 60
  45. placeholder: ''
  46. third_party_settings: { }
  47. type: entity_reference_autocomplete
  48. field_social:
  49. weight: 34
  50. settings:
  51. rows: 9
  52. summary_rows: 3
  53. placeholder: ''
  54. third_party_settings: { }
  55. type: text_textarea_with_summary
  56. path:
  57. type: path
  58. weight: 30
  59. settings: { }
  60. third_party_settings: { }
  61. promote:
  62. type: boolean_checkbox
  63. settings:
  64. display_label: true
  65. weight: 15
  66. third_party_settings: { }
  67. sticky:
  68. type: boolean_checkbox
  69. settings:
  70. display_label: true
  71. weight: 16
  72. third_party_settings: { }
  73. title:
  74. type: string_textfield
  75. weight: -5
  76. settings:
  77. size: 60
  78. placeholder: ''
  79. third_party_settings: { }
  80. uid:
  81. type: entity_reference_autocomplete
  82. weight: 5
  83. settings:
  84. match_operator: CONTAINS
  85. size: 60
  86. placeholder: ''
  87. third_party_settings: { }
  88. hidden: { }