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

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