You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
751 B

4 years ago
  1. uuid: 639825ec-631f-4cf1-9848-45d3d03c997d
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - comment.type.comment_node_article
  7. - field.field.comment.comment_node_article.comment_body
  8. module:
  9. - text
  10. id: comment.comment_node_article.default
  11. targetEntityType: comment
  12. bundle: comment_node_article
  13. mode: default
  14. content:
  15. author:
  16. weight: -2
  17. settings: { }
  18. third_party_settings: { }
  19. region: content
  20. comment_body:
  21. weight: 0
  22. type: text_textarea
  23. settings:
  24. rows: 5
  25. placeholder: ''
  26. third_party_settings: { }
  27. region: content
  28. subject:
  29. type: string_textfield
  30. weight: 10
  31. settings:
  32. size: 60
  33. placeholder: ''
  34. third_party_settings: { }
  35. region: content
  36. hidden: { }