You are here

core.entity_form_display.media.type_five.default.yml in Drupal 8

core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_five.default.yml

File

core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_five.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.media.type_five.field_media_test_oembed_video
  6. - media.type.type_five
  7. module:
  8. - path
  9. id: media.type_five.default
  10. targetEntityType: media
  11. bundle: type_five
  12. mode: default
  13. content:
  14. created:
  15. type: datetime_timestamp
  16. weight: 10
  17. region: content
  18. settings: { }
  19. third_party_settings: { }
  20. field_media_test_oembed_video:
  21. type: oembed_textfield
  22. weight: 0
  23. settings:
  24. size: 60
  25. placeholder: ''
  26. third_party_settings: { }
  27. region: content
  28. name:
  29. type: string_textfield
  30. weight: -5
  31. region: content
  32. settings:
  33. size: 60
  34. placeholder: ''
  35. third_party_settings: { }
  36. path:
  37. type: path
  38. weight: 30
  39. region: content
  40. settings: { }
  41. third_party_settings: { }
  42. status:
  43. type: boolean_checkbox
  44. settings:
  45. display_label: true
  46. weight: 100
  47. region: content
  48. third_party_settings: { }
  49. uid:
  50. type: entity_reference_autocomplete
  51. weight: 5
  52. settings:
  53. match_operator: CONTAINS
  54. match_limit: 10
  55. size: 60
  56. placeholder: ''
  57. region: content
  58. third_party_settings: { }
  59. hidden: { }