core.entity_form_display.node.page.default.yml

Same filename in this branch
  1. 8.9.x core/profiles/standard/config/install/core.entity_form_display.node.page.default.yml
Same filename in other branches
  1. 9 core/profiles/standard/config/install/core.entity_form_display.node.page.default.yml
  2. 9 core/profiles/demo_umami/config/install/core.entity_form_display.node.page.default.yml
  3. 10 core/profiles/standard/config/install/core.entity_form_display.node.page.default.yml
  4. 10 core/profiles/nightwatch_a11y_testing/config/install/core.entity_form_display.node.page.default.yml
  5. 10 core/profiles/demo_umami/config/install/core.entity_form_display.node.page.default.yml
  6. 11.x core/profiles/standard/config/install/core.entity_form_display.node.page.default.yml
  7. 11.x core/profiles/nightwatch_a11y_testing/config/install/core.entity_form_display.node.page.default.yml
  8. 11.x core/profiles/demo_umami/config/install/core.entity_form_display.node.page.default.yml
  9. 11.x core/recipes/page_content_type/config/core.entity_form_display.node.page.default.yml
  10. 10 core/recipes/page_content_type/config/core.entity_form_display.node.page.default.yml
core/profiles/demo_umami/config/install/core.entity_form_display.node.page.default.yml

File

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

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

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