core.entity_form_display.node.frontpage.default.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. uuid: ce93c12b-c1ef-4cf6-a79a-22207000c151
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.node.frontpage.field_a_database
  7. - field.field.node.frontpage.field_blabla
  8. - field.field.node.frontpage.field_showrooms
  9. - field.field.node.frontpage.field_what_is_materio
  10. - node.type.frontpage
  11. module:
  12. - text
  13. id: node.frontpage.default
  14. targetEntityType: node
  15. bundle: frontpage
  16. mode: default
  17. content:
  18. field_a_database:
  19. weight: 2
  20. settings:
  21. rows: 5
  22. placeholder: ''
  23. third_party_settings: { }
  24. type: text_textarea
  25. region: content
  26. field_blabla:
  27. weight: 4
  28. settings:
  29. rows: 5
  30. placeholder: ''
  31. third_party_settings: { }
  32. type: text_textarea
  33. region: content
  34. field_showrooms:
  35. weight: 3
  36. settings:
  37. rows: 5
  38. placeholder: ''
  39. third_party_settings: { }
  40. type: text_textarea
  41. region: content
  42. field_what_is_materio:
  43. weight: 1
  44. settings:
  45. rows: 5
  46. placeholder: ''
  47. third_party_settings: { }
  48. type: text_textarea
  49. region: content
  50. langcode:
  51. type: language_select
  52. weight: 5
  53. region: content
  54. settings:
  55. include_locked: true
  56. third_party_settings: { }
  57. title:
  58. type: string_textfield
  59. weight: 0
  60. region: content
  61. settings:
  62. size: 60
  63. placeholder: ''
  64. third_party_settings: { }
  65. translation:
  66. weight: 6
  67. region: content
  68. settings: { }
  69. third_party_settings: { }
  70. hidden:
  71. created: true
  72. path: true
  73. promote: true
  74. status: true
  75. sticky: true
  76. uid: true
  77. url_redirects: true