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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. uuid: 7a2e0f39-63a1-4a13-aff4-e19e825fffb5
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.node.book.body
  7. - node.type.book
  8. module:
  9. - path
  10. - text
  11. _core:
  12. default_config_hash: b_hvlXsOoKPjlyIXXp3Msda_pMWTEC4kFo61--akj0Y
  13. id: node.book.default
  14. targetEntityType: node
  15. bundle: book
  16. mode: default
  17. content:
  18. body:
  19. type: text_textarea_with_summary
  20. weight: 26
  21. region: content
  22. settings:
  23. rows: 9
  24. summary_rows: 3
  25. placeholder: ''
  26. show_summary: false
  27. third_party_settings: { }
  28. created:
  29. type: datetime_timestamp
  30. weight: 10
  31. region: content
  32. settings: { }
  33. third_party_settings: { }
  34. langcode:
  35. type: language_select
  36. weight: 2
  37. region: content
  38. settings:
  39. include_locked: true
  40. third_party_settings: { }
  41. path:
  42. type: path
  43. weight: 30
  44. region: content
  45. settings: { }
  46. third_party_settings: { }
  47. promote:
  48. type: boolean_checkbox
  49. weight: 15
  50. region: content
  51. settings:
  52. display_label: true
  53. third_party_settings: { }
  54. status:
  55. type: boolean_checkbox
  56. weight: 120
  57. region: content
  58. settings:
  59. display_label: true
  60. third_party_settings: { }
  61. sticky:
  62. type: boolean_checkbox
  63. weight: 16
  64. region: content
  65. settings:
  66. display_label: true
  67. third_party_settings: { }
  68. title:
  69. type: string_textfield
  70. weight: -5
  71. region: content
  72. settings:
  73. size: 60
  74. placeholder: ''
  75. third_party_settings: { }
  76. uid:
  77. type: entity_reference_autocomplete
  78. weight: 5
  79. region: content
  80. settings:
  81. match_operator: CONTAINS
  82. match_limit: 10
  83. size: 60
  84. placeholder: ''
  85. third_party_settings: { }
  86. url_redirects:
  87. weight: 50
  88. region: content
  89. settings: { }
  90. third_party_settings: { }
  91. hidden: { }