You are here

field.field.node.blog_post.field_blog_comments.yml in Blog 3.x

Same filename and directory in other branches
  1. 8.2 config/install/field.field.node.blog_post.field_blog_comments.yml
config/install/field.field.node.blog_post.field_blog_comments.yml

File

config/install/field.field.node.blog_post.field_blog_comments.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.storage.node.field_blog_comments
  6. - node.type.blog_post
  7. module:
  8. - comment
  9. id: node.blog_post.field_blog_comments
  10. field_name: field_blog_comments
  11. entity_type: node
  12. bundle: blog_post
  13. label: 'Blog comments'
  14. description: 'Comments against a blog post.'
  15. required: false
  16. translatable: false
  17. default_value:
  18. - status: 2
  19. cid: 0
  20. last_comment_timestamp: 0
  21. last_comment_name: null
  22. last_comment_uid: 0
  23. comment_count: 0
  24. default_value_callback: ''
  25. settings:
  26. default_mode: 1
  27. per_page: 50
  28. anonymous: 0
  29. form_location: true
  30. preview: 1
  31. field_type: comment