core.entity_form_display.node.recipe.default.yml

Same filename in other branches
  1. 8.9.x core/profiles/demo_umami/config/install/core.entity_form_display.node.recipe.default.yml
  2. 10 core/profiles/demo_umami/config/install/core.entity_form_display.node.recipe.default.yml
  3. 11.x core/profiles/demo_umami/config/install/core.entity_form_display.node.recipe.default.yml
core/profiles/demo_umami/config/install/core.entity_form_display.node.recipe.default.yml

File

core/profiles/demo_umami/config/install/core.entity_form_display.node.recipe.default.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.recipe.field_cooking_time
  6. - field.field.node.recipe.field_difficulty
  7. - field.field.node.recipe.field_ingredients
  8. - field.field.node.recipe.field_media_image
  9. - field.field.node.recipe.field_number_of_servings
  10. - field.field.node.recipe.field_preparation_time
  11. - field.field.node.recipe.field_recipe_category
  12. - field.field.node.recipe.field_recipe_instruction
  13. - field.field.node.recipe.field_summary
  14. - field.field.node.recipe.field_tags
  15. - field.field.node.recipe.layout_builder__layout
  16. - node.type.recipe
  17. - workflows.workflow.editorial
  18. module:
  19. - content_moderation
  20. - media_library
  21. - path
  22. - text
  23. id: node.recipe.default
  24. targetEntityType: node
  25. bundle: recipe
  26. mode: default
  27. content:
  28. created:
  29. type: datetime_timestamp
  30. weight: 15
  31. region: content
  32. settings: { }
  33. third_party_settings: { }
  34. field_cooking_time:
  35. type: number
  36. weight: 3
  37. region: content
  38. settings:
  39. placeholder: ''
  40. third_party_settings: { }
  41. field_difficulty:
  42. type: options_select
  43. weight: 5
  44. region: content
  45. settings: { }
  46. third_party_settings: { }
  47. field_ingredients:
  48. type: string_textfield
  49. weight: 11
  50. region: content
  51. settings:
  52. size: 60
  53. placeholder: ''
  54. third_party_settings: { }
  55. field_media_image:
  56. type: media_library_widget
  57. weight: 9
  58. region: content
  59. settings:
  60. media_types: { }
  61. third_party_settings: { }
  62. field_number_of_servings:
  63. type: number
  64. weight: 4
  65. region: content
  66. settings:
  67. placeholder: ''
  68. third_party_settings: { }
  69. field_preparation_time:
  70. type: number
  71. weight: 2
  72. region: content
  73. settings:
  74. placeholder: ''
  75. third_party_settings: { }
  76. field_recipe_category:
  77. type: options_buttons
  78. weight: 6
  79. region: content
  80. settings: { }
  81. third_party_settings: { }
  82. field_recipe_instruction:
  83. type: text_textarea
  84. weight: 13
  85. region: content
  86. settings:
  87. rows: 5
  88. placeholder: ''
  89. third_party_settings: { }
  90. field_summary:
  91. type: text_textarea
  92. weight: 10
  93. region: content
  94. settings:
  95. rows: 5
  96. placeholder: ''
  97. third_party_settings: { }
  98. field_tags:
  99. type: entity_reference_autocomplete_tags
  100. weight: 7
  101. region: content
  102. settings:
  103. match_operator: CONTAINS
  104. match_limit: 10
  105. size: 60
  106. placeholder: ''
  107. third_party_settings: { }
  108. langcode:
  109. type: language_select
  110. weight: 1
  111. region: content
  112. settings:
  113. include_locked: true
  114. third_party_settings: { }
  115. layout_builder__layout:
  116. type: null
  117. weight: 26
  118. region: content
  119. settings: { }
  120. third_party_settings: { }
  121. moderation_state:
  122. type: moderation_state_default
  123. weight: 20
  124. region: content
  125. settings: { }
  126. third_party_settings: { }
  127. path:
  128. type: path
  129. weight: 18
  130. region: content
  131. settings: { }
  132. third_party_settings: { }
  133. promote:
  134. type: boolean_checkbox
  135. weight: 16
  136. region: content
  137. settings:
  138. display_label: true
  139. third_party_settings: { }
  140. status:
  141. type: boolean_checkbox
  142. weight: 19
  143. region: content
  144. settings:
  145. display_label: true
  146. third_party_settings: { }
  147. sticky:
  148. type: boolean_checkbox
  149. weight: 17
  150. region: content
  151. settings:
  152. display_label: true
  153. third_party_settings: { }
  154. title:
  155. type: string_textfield
  156. weight: 0
  157. region: content
  158. settings:
  159. size: 60
  160. placeholder: ''
  161. third_party_settings: { }
  162. translation:
  163. weight: 12
  164. region: content
  165. settings: { }
  166. third_party_settings: { }
  167. uid:
  168. type: entity_reference_autocomplete
  169. weight: 14
  170. region: content
  171. settings:
  172. match_operator: CONTAINS
  173. match_limit: 10
  174. size: 60
  175. placeholder: ''
  176. third_party_settings: { }
  177. hidden: { }

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