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

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