You are here

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

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

File

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