You are here

core.entity_view_display.node.topic.default.yml in Open Social 8

modules/social_features/social_topic/config/install/core.entity_view_display.node.topic.default.yml

File

modules/social_features/social_topic/config/install/core.entity_view_display.node.topic.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - core.entity_view_display.comment.comment.default
  6. - field.field.node.topic.body
  7. - field.field.node.topic.field_content_visibility
  8. - field.field.node.topic.field_files
  9. - field.field.node.topic.field_topic_comments
  10. - field.field.node.topic.field_topic_image
  11. - field.field.node.topic.field_topic_type
  12. - node.type.topic
  13. module:
  14. - file
  15. - group_core_comments
  16. - text
  17. - user
  18. id: node.topic.default
  19. targetEntityType: node
  20. bundle: topic
  21. mode: default
  22. content:
  23. body:
  24. label: hidden
  25. type: text_default
  26. weight: 0
  27. settings: { }
  28. third_party_settings: { }
  29. region: content
  30. field_files:
  31. weight: 3
  32. label: above
  33. settings: { }
  34. third_party_settings: { }
  35. region: content
  36. type: file_default
  37. field_topic_comments:
  38. weight: 1
  39. label: above
  40. settings:
  41. pager_id: 0
  42. third_party_settings: { }
  43. region: content
  44. type: comment_group_content
  45. flag_follow_content:
  46. weight: 10
  47. third_party_settings: { }
  48. region: content
  49. like_and_dislike:
  50. weight: 2
  51. settings: { }
  52. third_party_settings: { }
  53. region: content
  54. hidden:
  55. field_content_visibility: true
  56. field_topic_image: true
  57. field_topic_type: true
  58. links: true
  59. groups: true
  60. groups_type_closed_group: true
  61. groups_type_open_group: true