core.entity_form_display.node.breve.default.yml 1.7 KB

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