core.entity_view_display.comment.node_comments.default.yml 421 B

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