You are here

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

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

File

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