core.entity_view_display.node.forum.default.yml
Same filename in other branches
1 string reference to 'core.entity_view_display.node.forum.default'
- CommentUpdateTest::testCommentUpdate8101 in core/
modules/ comment/ tests/ src/ Functional/ Update/ CommentUpdateTest.php - Tests comment_update_8200().
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:
- label: hidden
- type: text_default
- weight: 0
- region: content
- settings: { }
- third_party_settings: { }
- comment_forum:
- label: hidden
- type: comment_default
- weight: 20
- region: content
- settings:
- view_mode: default
- pager_id: 0
- third_party_settings: { }
- links:
- weight: 100
- region: content
- taxonomy_forums:
- type: entity_reference_label
- weight: -1
- region: content
- label: above
- settings:
- link: true
- third_party_settings: { }
- hidden: { }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.