core.entity_view_display.node.forum.default.yml
Same filename in other branches
File
-
core/
modules/ forum/ config/ optional/ core.entity_view_display.node.forum.default.yml
View source
- langcode: en
- status: true
- dependencies:
- config:
- - core.entity_view_display.comment.comment_forum.default
- - field.field.node.forum.body
- - field.field.node.forum.comment_forum
- - field.field.node.forum.taxonomy_forums
- - node.type.forum
- module:
- - comment
- - text
- - user
- id: node.forum.default
- targetEntityType: node
- bundle: forum
- mode: default
- content:
- body:
- type: text_default
- label: hidden
- settings: { }
- third_party_settings: { }
- weight: 0
- region: content
- comment_forum:
- type: comment_default
- label: hidden
- settings:
- view_mode: default
- pager_id: 0
- third_party_settings: { }
- weight: 20
- region: content
- links:
- weight: 100
- region: content
- taxonomy_forums:
- type: entity_reference_label
- label: above
- settings:
- link: true
- third_party_settings: { }
- weight: -1
- region: content
- hidden: { }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.