recipe.yml

core/recipes/article_comment/recipe.yml

File

core/recipes/article_comment/recipe.yml

View source
  1. name: 'Article comments'
  2. description: 'Provides commenting on article content.'
  3. type: 'Content field'
  4. recipes:
  5. - article_content_type
  6. - comment_base
  7. config:
  8. actions:
  9. core.entity_form_display.node.article.default:
  10. setComponent:
  11. name: comment
  12. options:
  13. type: comment_default
  14. weight: 20
  15. region: content
  16. settings: {}
  17. third_party_settings: {}
  18. core.entity_view_display.node.article.default:
  19. setComponent:
  20. name: comment
  21. options:
  22. type: comment_default
  23. label: above
  24. settings:
  25. view_mode: default
  26. pager_id: 0
  27. third_party_settings: { }
  28. weight: 110
  29. region: content

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.