core.entity_form_display.node.recipe.default.yml

Same filename and directory in other branches
  1. 9 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. weight: 3
  36. settings:
  37. placeholder: ''
  38. third_party_settings: { }
  39. type: number
  40. region: content
  41. field_difficulty:
  42. weight: 5
  43. settings: { }
  44. third_party_settings: { }
  45. type: options_select
  46. region: content
  47. field_ingredients:
  48. weight: 11
  49. settings:
  50. size: 60
  51. placeholder: ''
  52. third_party_settings: { }
  53. type: string_textfield
  54. region: content
  55. field_media_image:
  56. type: media_library_widget
  57. weight: 9
  58. settings:
  59. media_types: { }
  60. third_party_settings: { }
  61. region: content
  62. field_number_of_servings:
  63. weight: 4
  64. settings:
  65. placeholder: ''
  66. third_party_settings: { }
  67. type: number
  68. region: content
  69. field_preparation_time:
  70. weight: 2
  71. settings:
  72. placeholder: ''
  73. third_party_settings: { }
  74. type: number
  75. region: content
  76. field_recipe_category:
  77. weight: 6
  78. settings:
  79. match_operator: CONTAINS
  80. match_limit: 10
  81. size: 60
  82. placeholder: ''
  83. third_party_settings: { }
  84. type: entity_reference_autocomplete_tags
  85. region: content
  86. field_recipe_instruction:
  87. weight: 13
  88. settings:
  89. rows: 5
  90. placeholder: ''
  91. third_party_settings: { }
  92. type: text_textarea
  93. region: content
  94. field_summary:
  95. weight: 10
  96. settings:
  97. rows: 5
  98. placeholder: ''
  99. third_party_settings: { }
  100. type: text_textarea
  101. region: content
  102. field_tags:
  103. weight: 7
  104. settings:
  105. match_operator: CONTAINS
  106. match_limit: 10
  107. size: 60
  108. placeholder: ''
  109. third_party_settings: { }
  110. type: entity_reference_autocomplete_tags
  111. region: content
  112. langcode:
  113. type: language_select
  114. weight: 1
  115. region: content
  116. settings:
  117. include_locked: true
  118. third_party_settings: { }
  119. layout_builder__layout:
  120. type: null
  121. weight: 26
  122. region: content
  123. settings: { }
  124. third_party_settings: { }
  125. moderation_state:
  126. type: moderation_state_default
  127. weight: 20
  128. region: content
  129. settings: { }
  130. third_party_settings: { }
  131. path:
  132. type: path
  133. weight: 18
  134. region: content
  135. settings: { }
  136. third_party_settings: { }
  137. promote:
  138. type: boolean_checkbox
  139. settings:
  140. display_label: true
  141. weight: 16
  142. region: content
  143. third_party_settings: { }
  144. status:
  145. type: boolean_checkbox
  146. settings:
  147. display_label: true
  148. weight: 19
  149. region: content
  150. third_party_settings: { }
  151. sticky:
  152. type: boolean_checkbox
  153. settings:
  154. display_label: true
  155. weight: 17
  156. region: content
  157. third_party_settings: { }
  158. title:
  159. type: string_textfield
  160. weight: 0
  161. region: content
  162. settings:
  163. size: 60
  164. placeholder: ''
  165. third_party_settings: { }
  166. translation:
  167. weight: 12
  168. region: content
  169. settings: { }
  170. third_party_settings: { }
  171. uid:
  172. type: entity_reference_autocomplete
  173. weight: 14
  174. settings:
  175. match_operator: CONTAINS
  176. match_limit: 10
  177. size: 60
  178. placeholder: ''
  179. region: content
  180. third_party_settings: { }
  181. hidden: { }

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