core.entity_form_display.node.static.default.yml 1.9 KB

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