You are here

core.entity_form_display.node.basic_page.default.yml in Media Library Theme Reset 8

tests/modules/media_library_theme_reset_test_content_type/config/install/core.entity_form_display.node.basic_page.default.yml

File

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