Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

core.entity_form_display.comment.comment.default.yml

Same filename in this branch
  1. 11.1.x core/recipes/comment_base/config/core.entity_form_display.comment.comment.default.yml
core/profiles/standard/config/install/core.entity_form_display.comment.comment.default.yml

File

core/profiles/standard/config/install/core.entity_form_display.comment.comment.default.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - comment.type.comment
  6. - field.field.comment.comment.comment_body
  7. module:
  8. - text
  9. id: comment.comment.default
  10. targetEntityType: comment
  11. bundle: comment
  12. mode: default
  13. content:
  14. author:
  15. weight: -2
  16. region: content
  17. comment_body:
  18. type: text_textarea
  19. weight: 11
  20. region: content
  21. settings:
  22. rows: 5
  23. placeholder: ''
  24. third_party_settings: { }
  25. subject:
  26. type: string_textfield
  27. weight: 10
  28. region: content
  29. settings:
  30. size: 60
  31. placeholder: ''
  32. third_party_settings: { }
  33. hidden: { }

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal