You are here

core.entity_form_display.node.page.default.yml in Twig Tweak 3.1.x

tests/twig_tweak_test/config/install/core.entity_form_display.node.page.default.yml

File

tests/twig_tweak_test/config/install/core.entity_form_display.node.page.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.page.body
  6. - field.field.node.page.field_image
  7. - field.field.node.page.field_media
  8. - node.type.page
  9. module:
  10. - path
  11. - text
  12. id: node.page.default
  13. targetEntityType: node
  14. bundle: page
  15. mode: default
  16. content:
  17. body:
  18. type: text_textarea_with_summary
  19. weight: 31
  20. region: content
  21. settings:
  22. rows: 9
  23. summary_rows: 3
  24. placeholder: ''
  25. show_summary: false
  26. third_party_settings: { }
  27. created:
  28. type: datetime_timestamp
  29. weight: 10
  30. region: content
  31. settings: { }
  32. third_party_settings: { }
  33. path:
  34. type: path
  35. weight: 30
  36. region: content
  37. settings: { }
  38. third_party_settings: { }
  39. promote:
  40. type: boolean_checkbox
  41. settings:
  42. display_label: true
  43. weight: 15
  44. region: content
  45. third_party_settings: { }
  46. status:
  47. type: boolean_checkbox
  48. settings:
  49. display_label: true
  50. weight: 120
  51. region: content
  52. third_party_settings: { }
  53. sticky:
  54. type: boolean_checkbox
  55. settings:
  56. display_label: true
  57. weight: 16
  58. region: content
  59. third_party_settings: { }
  60. title:
  61. type: string_textfield
  62. weight: -5
  63. region: content
  64. settings:
  65. size: 60
  66. placeholder: ''
  67. third_party_settings: { }
  68. uid:
  69. type: entity_reference_autocomplete
  70. weight: 5
  71. region: content
  72. settings:
  73. match_operator: CONTAINS
  74. match_limit: 10
  75. size: 60
  76. placeholder: ''
  77. third_party_settings: { }
  78. hidden:
  79. field_image: true
  80. field_media: true