core.entity_view_display.node.forum.teaser.yml

Same filename and directory in other branches
  1. 9 core/modules/forum/config/optional/core.entity_view_display.node.forum.teaser.yml
  2. 8.9.x core/modules/forum/config/optional/core.entity_view_display.node.forum.teaser.yml
  3. 10 core/modules/forum/config/optional/core.entity_view_display.node.forum.teaser.yml
core/modules/forum/config/optional/core.entity_view_display.node.forum.teaser.yml

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - core.entity_view_mode.node.teaser
  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. - text
  12. - user
  13. id: node.forum.teaser
  14. targetEntityType: node
  15. bundle: forum
  16. mode: teaser
  17. content:
  18. body:
  19. type: text_summary_or_trimmed
  20. label: hidden
  21. settings:
  22. trim_length: 600
  23. third_party_settings: { }
  24. weight: 100
  25. region: content
  26. links:
  27. weight: 101
  28. region: content
  29. taxonomy_forums:
  30. type: entity_reference_label
  31. label: above
  32. settings:
  33. link: true
  34. third_party_settings: { }
  35. weight: 10
  36. region: content
  37. hidden:
  38. comment_forum: true

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.