core.entity_form_display.node.article.default.yml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.article.body
  6. - field.field.node.article.comment
  7. - field.field.node.article.field_image
  8. - field.field.node.article.field_tags
  9. - image.style.thumbnail
  10. - node.type.article
  11. module:
  12. - comment
  13. - image
  14. - path
  15. - text
  16. id: node.article.default
  17. targetEntityType: node
  18. bundle: article
  19. mode: default
  20. content:
  21. body:
  22. type: text_textarea_with_summary
  23. weight: 1
  24. region: content
  25. settings:
  26. rows: 9
  27. summary_rows: 3
  28. placeholder: ''
  29. third_party_settings: { }
  30. comment:
  31. type: comment_default
  32. weight: 20
  33. region: content
  34. settings: { }
  35. third_party_settings: { }
  36. created:
  37. type: datetime_timestamp
  38. weight: 10
  39. region: content
  40. settings: { }
  41. third_party_settings: { }
  42. field_image:
  43. type: image_image
  44. weight: 4
  45. region: content
  46. settings:
  47. progress_indicator: throbber
  48. preview_image_style: thumbnail
  49. third_party_settings: { }
  50. field_tags:
  51. type: entity_reference_autocomplete_tags
  52. weight: 3
  53. region: content
  54. settings:
  55. match_operator: CONTAINS
  56. size: 60
  57. placeholder: ''
  58. third_party_settings: { }
  59. path:
  60. type: path
  61. weight: 30
  62. region: content
  63. settings: { }
  64. third_party_settings: { }
  65. promote:
  66. type: boolean_checkbox
  67. settings:
  68. display_label: true
  69. weight: 15
  70. region: content
  71. third_party_settings: { }
  72. status:
  73. type: boolean_checkbox
  74. settings:
  75. display_label: true
  76. weight: 120
  77. region: content
  78. third_party_settings: { }
  79. sticky:
  80. type: boolean_checkbox
  81. settings:
  82. display_label: true
  83. weight: 16
  84. region: content
  85. third_party_settings: { }
  86. title:
  87. type: string_textfield
  88. weight: 0
  89. region: content
  90. settings:
  91. size: 60
  92. placeholder: ''
  93. third_party_settings: { }
  94. uid:
  95. type: entity_reference_autocomplete
  96. weight: 5
  97. region: content
  98. settings:
  99. match_operator: CONTAINS
  100. size: 60
  101. placeholder: ''
  102. third_party_settings: { }
  103. hidden: { }