core.entity_form_display.comment.node_comments.default.yml 571 B

123456789101112131415161718192021222324252627282930
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - comment.type.node_comments
  6. - field.field.comment.node_comments.comment_body
  7. module:
  8. - text
  9. id: comment.node_comments.default
  10. targetEntityType: comment
  11. bundle: node_comments
  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: { }