core.entity_form_display.comment.comment.default.yml in Total Control Admin Dashboard 8.2
Same filename and directory in other branches
config/managed/comment/core.entity_form_display.comment.comment.default.yml
2 string references to 'core.entity_form_display.comment.comment.default'
- total_control_install in ./
total_control.install - Implements hook_install().
- total_control_modules_installed in ./
total_control.module - Implements hook_modules_installed().
File
config/managed/comment/core.entity_form_display.comment.comment.default.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - comment.type.comment
- - field.field.comment.comment.comment_body
- module:
- - text
- id: comment.comment.default
- targetEntityType: comment
- bundle: comment
- 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: { }