core.entity_view_display.comment.comment_forum.default.yml

Same filename in other branches
  1. 9 core/modules/forum/config/optional/core.entity_view_display.comment.comment_forum.default.yml
  2. 8.9.x core/modules/forum/config/optional/core.entity_view_display.comment.comment_forum.default.yml
  3. 10 core/modules/forum/config/optional/core.entity_view_display.comment.comment_forum.default.yml
core/modules/forum/config/optional/core.entity_view_display.comment.comment_forum.default.yml

File

core/modules/forum/config/optional/core.entity_view_display.comment.comment_forum.default.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - comment.type.comment_forum
  6. - field.field.comment.comment_forum.comment_body
  7. module:
  8. - text
  9. id: comment.comment_forum.default
  10. targetEntityType: comment
  11. bundle: comment_forum
  12. mode: default
  13. content:
  14. comment_body:
  15. type: text_default
  16. label: hidden
  17. settings: { }
  18. third_party_settings: { }
  19. weight: 0
  20. region: content
  21. links:
  22. weight: 100
  23. region: content
  24. hidden: { }

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