core.entity_form_display.node.page.default.yml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. - text
  11. id: node.page.default
  12. targetEntityType: node
  13. bundle: page
  14. mode: default
  15. content:
  16. body:
  17. type: text_textarea_with_summary
  18. weight: 6
  19. region: content
  20. settings:
  21. rows: 9
  22. summary_rows: 3
  23. placeholder: ''
  24. third_party_settings: { }
  25. created:
  26. type: datetime_timestamp
  27. weight: 2
  28. region: content
  29. settings: { }
  30. third_party_settings: { }
  31. moderation_state:
  32. type: moderation_state_default
  33. weight: 8
  34. region: content
  35. settings: { }
  36. third_party_settings: { }
  37. path:
  38. type: path
  39. weight: 5
  40. region: content
  41. settings: { }
  42. third_party_settings: { }
  43. promote:
  44. type: boolean_checkbox
  45. settings:
  46. display_label: true
  47. weight: 3
  48. region: content
  49. third_party_settings: { }
  50. status:
  51. type: boolean_checkbox
  52. settings:
  53. display_label: true
  54. weight: 7
  55. region: content
  56. third_party_settings: { }
  57. sticky:
  58. type: boolean_checkbox
  59. settings:
  60. display_label: true
  61. weight: 4
  62. region: content
  63. third_party_settings: { }
  64. title:
  65. type: string_textfield
  66. weight: 0
  67. region: content
  68. settings:
  69. size: 60
  70. placeholder: ''
  71. third_party_settings: { }
  72. uid:
  73. type: entity_reference_autocomplete
  74. weight: 1
  75. region: content
  76. settings:
  77. match_operator: CONTAINS
  78. size: 60
  79. placeholder: ''
  80. third_party_settings: { }
  81. hidden: { }