core.entity_form_display.node.chapter.default.yml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. uuid: b5ddee05-f3f3-4ed5-bee3-7ed65823d1ce
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.node.chapter.body
  7. - field.field.node.chapter.field_title
  8. - node.type.chapter
  9. module:
  10. - path
  11. - text
  12. id: node.chapter.default
  13. targetEntityType: node
  14. bundle: chapter
  15. mode: default
  16. content:
  17. body:
  18. type: text_textarea_with_summary
  19. weight: 121
  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: 10
  30. region: content
  31. settings: { }
  32. third_party_settings: { }
  33. field_title:
  34. type: text_textarea
  35. weight: 122
  36. region: content
  37. settings:
  38. rows: 5
  39. placeholder: ''
  40. third_party_settings: { }
  41. langcode:
  42. type: language_select
  43. weight: 2
  44. region: content
  45. settings:
  46. include_locked: true
  47. third_party_settings: { }
  48. path:
  49. type: path
  50. weight: 30
  51. region: content
  52. settings: { }
  53. third_party_settings: { }
  54. promote:
  55. type: boolean_checkbox
  56. weight: 15
  57. region: content
  58. settings:
  59. display_label: true
  60. third_party_settings: { }
  61. status:
  62. type: boolean_checkbox
  63. weight: 120
  64. region: content
  65. settings:
  66. display_label: true
  67. third_party_settings: { }
  68. sticky:
  69. type: boolean_checkbox
  70. weight: 16
  71. region: content
  72. settings:
  73. display_label: true
  74. third_party_settings: { }
  75. title:
  76. type: string_textfield
  77. weight: -5
  78. region: content
  79. settings:
  80. size: 60
  81. placeholder: ''
  82. third_party_settings: { }
  83. uid:
  84. type: entity_reference_autocomplete
  85. weight: 5
  86. region: content
  87. settings:
  88. match_operator: CONTAINS
  89. match_limit: 10
  90. size: 60
  91. placeholder: ''
  92. third_party_settings: { }
  93. url_redirects:
  94. weight: 50
  95. region: content
  96. settings: { }
  97. third_party_settings: { }
  98. hidden: { }