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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. uuid: b1344a94-d0b3-46f2-a335-7bc2fcc00159
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.node.tableau.body
  7. - node.type.tableau
  8. module:
  9. - path
  10. - text
  11. id: node.tableau.default
  12. targetEntityType: node
  13. bundle: tableau
  14. mode: default
  15. content:
  16. body:
  17. type: text_textarea_with_summary
  18. weight: 121
  19. region: content
  20. settings:
  21. rows: 9
  22. summary_rows: 3
  23. placeholder: ''
  24. show_summary: false
  25. third_party_settings: { }
  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. weight: 15
  48. region: content
  49. settings:
  50. display_label: true
  51. third_party_settings: { }
  52. status:
  53. type: boolean_checkbox
  54. weight: 120
  55. region: content
  56. settings:
  57. display_label: true
  58. third_party_settings: { }
  59. sticky:
  60. type: boolean_checkbox
  61. weight: 16
  62. region: content
  63. settings:
  64. display_label: true
  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. region: content
  78. settings:
  79. match_operator: CONTAINS
  80. match_limit: 10
  81. size: 60
  82. placeholder: ''
  83. third_party_settings: { }
  84. url_redirects:
  85. weight: 50
  86. region: content
  87. settings: { }
  88. third_party_settings: { }
  89. hidden: { }