You are here

core.entity_form_display.node.blog_post.default.yml in Blog 3.x

config/install/core.entity_form_display.node.blog_post.default.yml

File

config/install/core.entity_form_display.node.blog_post.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.blog_post.body
  6. - field.field.node.blog_post.field_blog_comments
  7. - field.field.node.blog_post.field_blog_tags
  8. - node.type.blog_post
  9. module:
  10. - comment
  11. - path
  12. - text
  13. id: node.blog_post.default
  14. targetEntityType: node
  15. bundle: blog_post
  16. mode: default
  17. content:
  18. body:
  19. type: text_textarea_with_summary
  20. weight: 31
  21. settings:
  22. rows: 9
  23. summary_rows: 3
  24. placeholder: ''
  25. third_party_settings: { }
  26. created:
  27. type: datetime_timestamp
  28. weight: 10
  29. settings: { }
  30. third_party_settings: { }
  31. field_blog_comments:
  32. weight: 32
  33. settings: { }
  34. third_party_settings: { }
  35. type: comment_default
  36. field_blog_tags:
  37. weight: 33
  38. settings:
  39. match_operator: CONTAINS
  40. match_limit: 10
  41. size: 60
  42. placeholder: ''
  43. third_party_settings: { }
  44. type: entity_reference_autocomplete
  45. path:
  46. type: path
  47. weight: 30
  48. settings: { }
  49. third_party_settings: { }
  50. promote:
  51. type: boolean_checkbox
  52. settings:
  53. display_label: true
  54. weight: 15
  55. third_party_settings: { }
  56. sticky:
  57. type: boolean_checkbox
  58. settings:
  59. display_label: true
  60. weight: 16
  61. third_party_settings: { }
  62. title:
  63. type: string_textfield
  64. weight: -5
  65. settings:
  66. size: 60
  67. placeholder: ''
  68. third_party_settings: { }
  69. uid:
  70. type: entity_reference_autocomplete
  71. weight: 5
  72. settings:
  73. match_operator: CONTAINS
  74. match_limit: 10
  75. size: 60
  76. placeholder: ''
  77. third_party_settings: { }
  78. hidden: { }