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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. uuid: 7a3b0437-9bbc-496c-ad1a-ff2970a781c1
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.node.ressource.body
  7. - node.type.ressource
  8. module:
  9. - path
  10. - text
  11. id: node.ressource.default
  12. targetEntityType: node
  13. bundle: ressource
  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. show_summary: false
  24. third_party_settings: { }
  25. region: content
  26. created:
  27. type: datetime_timestamp
  28. weight: 10
  29. region: content
  30. settings: { }
  31. third_party_settings: { }
  32. langcode:
  33. type: language_select
  34. weight: 2
  35. region: content
  36. settings:
  37. include_locked: true
  38. third_party_settings: { }
  39. path:
  40. type: path
  41. weight: 30
  42. region: content
  43. settings: { }
  44. third_party_settings: { }
  45. promote:
  46. type: boolean_checkbox
  47. settings:
  48. display_label: true
  49. weight: 15
  50. region: content
  51. third_party_settings: { }
  52. status:
  53. type: boolean_checkbox
  54. settings:
  55. display_label: true
  56. weight: 120
  57. region: content
  58. third_party_settings: { }
  59. sticky:
  60. type: boolean_checkbox
  61. settings:
  62. display_label: true
  63. weight: 16
  64. region: content
  65. third_party_settings: { }
  66. title:
  67. type: string_textfield
  68. weight: -5
  69. region: content
  70. settings:
  71. size: 60
  72. placeholder: ''
  73. third_party_settings: { }
  74. uid:
  75. type: entity_reference_autocomplete
  76. weight: 5
  77. settings:
  78. match_operator: CONTAINS
  79. size: 60
  80. placeholder: ''
  81. match_limit: 10
  82. region: content
  83. third_party_settings: { }
  84. url_redirects:
  85. weight: 50
  86. settings: { }
  87. third_party_settings: { }
  88. region: content
  89. hidden: { }