core.entity_form_display.comment.comment_forum.default.yml
Same filename in other branches
File
-
core/
modules/ forum/ config/ optional/ core.entity_form_display.comment.comment_forum.default.yml
View source
- langcode: en
- status: true
- dependencies:
- config:
- - comment.type.comment_forum
- - field.field.comment.comment_forum.comment_body
- module:
- - text
- id: comment.comment_forum.default
- targetEntityType: comment
- bundle: comment_forum
- mode: default
- content:
- author:
- weight: -2
- region: content
- comment_body:
- type: text_textarea
- weight: 11
- region: content
- settings:
- rows: 5
- placeholder: ''
- third_party_settings: { }
- subject:
- type: string_textfield
- weight: 10
- region: content
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- hidden: { }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.