You are here

core.entity_form_display.node.page.default.yml in Thunder 8.5

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