core.entity_form_display.node.book.default.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.book.body
  6. - node.type.book
  7. module:
  8. - text
  9. id: node.book.default
  10. targetEntityType: node
  11. bundle: book
  12. mode: default
  13. content:
  14. body:
  15. type: text_textarea_with_summary
  16. weight: 26
  17. region: content
  18. settings:
  19. rows: 9
  20. summary_rows: 3
  21. placeholder: ''
  22. third_party_settings: { }
  23. created:
  24. type: datetime_timestamp
  25. weight: 10
  26. region: content
  27. settings: { }
  28. third_party_settings: { }
  29. promote:
  30. type: boolean_checkbox
  31. settings:
  32. display_label: true
  33. weight: 15
  34. region: content
  35. third_party_settings: { }
  36. status:
  37. type: boolean_checkbox
  38. settings:
  39. display_label: true
  40. weight: 120
  41. region: content
  42. third_party_settings: { }
  43. sticky:
  44. type: boolean_checkbox
  45. settings:
  46. display_label: true
  47. weight: 16
  48. region: content
  49. third_party_settings: { }
  50. title:
  51. type: string_textfield
  52. weight: -5
  53. region: content
  54. settings:
  55. size: 60
  56. placeholder: ''
  57. third_party_settings: { }
  58. uid:
  59. type: entity_reference_autocomplete
  60. weight: 5
  61. region: content
  62. settings:
  63. match_operator: CONTAINS
  64. size: 60
  65. placeholder: ''
  66. third_party_settings: { }
  67. hidden: { }