You are here

core.entity_form_display.node.page.default.yml in Thunder 6.0.x

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

File

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. module:
  8. - content_moderation
  9. - path
  10. - scheduler
  11. - select2
  12. - text
  13. id: node.page.default
  14. targetEntityType: node
  15. bundle: page
  16. mode: default
  17. content:
  18. body:
  19. type: text_textarea_with_summary
  20. weight: 31
  21. settings:
  22. rows: 9
  23. summary_rows: 3
  24. placeholder: ''
  25. third_party_settings: { }
  26. region: content
  27. created:
  28. type: datetime_timestamp
  29. weight: 10
  30. settings: { }
  31. third_party_settings: { }
  32. region: content
  33. langcode:
  34. type: language_select
  35. weight: 2
  36. settings:
  37. include_locked: true
  38. third_party_settings: { }
  39. region: content
  40. moderation_state:
  41. type: moderation_state_default
  42. weight: 100
  43. settings: { }
  44. region: content
  45. third_party_settings: { }
  46. path:
  47. type: path
  48. weight: 30
  49. settings: { }
  50. third_party_settings: { }
  51. region: content
  52. promote:
  53. type: boolean_checkbox
  54. settings:
  55. display_label: true
  56. weight: 15
  57. third_party_settings: { }
  58. region: content
  59. publish_on:
  60. type: datetime_timestamp_no_default
  61. weight: 30
  62. settings: { }
  63. third_party_settings: { }
  64. region: content
  65. publish_state:
  66. type: options_select
  67. weight: 30
  68. region: content
  69. settings: { }
  70. third_party_settings: { }
  71. status:
  72. type: boolean_checkbox
  73. settings:
  74. display_label: true
  75. weight: 120
  76. region: content
  77. third_party_settings: { }
  78. sticky:
  79. type: boolean_checkbox
  80. settings:
  81. display_label: true
  82. weight: 16
  83. third_party_settings: { }
  84. region: content
  85. title:
  86. type: string_textfield
  87. weight: -5
  88. settings:
  89. size: 60
  90. placeholder: ''
  91. third_party_settings: { }
  92. region: content
  93. uid:
  94. type: select2_entity_reference
  95. weight: 5
  96. settings:
  97. width: 100%
  98. autocomplete: true
  99. match_operator: CONTAINS
  100. third_party_settings: { }
  101. region: content
  102. unpublish_on:
  103. type: datetime_timestamp_no_default
  104. weight: 30
  105. settings: { }
  106. third_party_settings: { }
  107. region: content
  108. unpublish_state:
  109. type: options_select
  110. weight: 30
  111. region: content
  112. settings: { }
  113. third_party_settings: { }
  114. url_redirects:
  115. weight: 50
  116. region: content
  117. settings: { }
  118. third_party_settings: { }
  119. hidden: { }