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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. settings:
  18. rows: 9
  19. summary_rows: 3
  20. placeholder: ''
  21. third_party_settings: { }
  22. created:
  23. type: datetime_timestamp
  24. weight: 10
  25. settings: { }
  26. third_party_settings: { }
  27. promote:
  28. type: boolean_checkbox
  29. settings:
  30. display_label: true
  31. weight: 15
  32. third_party_settings: { }
  33. sticky:
  34. type: boolean_checkbox
  35. settings:
  36. display_label: true
  37. weight: 16
  38. third_party_settings: { }
  39. title:
  40. type: string_textfield
  41. weight: -5
  42. settings:
  43. size: 60
  44. placeholder: ''
  45. third_party_settings: { }
  46. uid:
  47. type: entity_reference_autocomplete
  48. weight: 5
  49. settings:
  50. match_operator: CONTAINS
  51. size: 60
  52. placeholder: ''
  53. third_party_settings: { }
  54. hidden: { }