You are here

core.entity_view_display.node.forum.default.yml in Drupal 8

core/modules/forum/config/optional/core.entity_view_display.node.forum.default.yml

File

core/modules/forum/config/optional/core.entity_view_display.node.forum.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - core.entity_view_display.comment.comment_forum.default
  6. - field.field.node.forum.body
  7. - field.field.node.forum.comment_forum
  8. - field.field.node.forum.taxonomy_forums
  9. - node.type.forum
  10. module:
  11. - comment
  12. - text
  13. - user
  14. id: node.forum.default
  15. targetEntityType: node
  16. bundle: forum
  17. mode: default
  18. content:
  19. body:
  20. label: hidden
  21. type: text_default
  22. weight: 0
  23. region: content
  24. settings: { }
  25. third_party_settings: { }
  26. comment_forum:
  27. label: hidden
  28. type: comment_default
  29. weight: 20
  30. region: content
  31. settings:
  32. view_mode: default
  33. pager_id: 0
  34. third_party_settings: { }
  35. links:
  36. weight: 100
  37. region: content
  38. taxonomy_forums:
  39. type: entity_reference_label
  40. weight: -1
  41. region: content
  42. label: above
  43. settings:
  44. link: true
  45. third_party_settings: { }
  46. hidden: { }