You are here

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

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

File

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