You are here

core.entity_form_display.comment.comment.default.yml in Brainstorm profile 8

module/features/brainstorm_comment/config/install/core.entity_form_display.comment.comment.default.yml

File

module/features/brainstorm_comment/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. comment_body:
  17. type: text_textarea
  18. weight: 11
  19. settings:
  20. rows: 5
  21. placeholder: ''
  22. third_party_settings: { }
  23. subject:
  24. type: string_textfield
  25. weight: 10
  26. settings:
  27. size: 60
  28. placeholder: ''
  29. third_party_settings: { }
  30. hidden: { }