core.entity_view_display.media.type_three.default.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_three.default.yml
  2. 10 core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_three.default.yml
  3. 11.x core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_three.default.yml
core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_three.default.yml

File

core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_three.default.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.media.type_three.field_media_test_image
  6. - image.style.thumbnail
  7. - media.type.type_three
  8. module:
  9. - image
  10. - user
  11. id: media.type_three.default
  12. targetEntityType: media
  13. bundle: type_three
  14. mode: default
  15. content:
  16. created:
  17. type: timestamp
  18. label: hidden
  19. settings:
  20. date_format: medium
  21. custom_date_format: ''
  22. timezone: ''
  23. third_party_settings: { }
  24. weight: 0
  25. region: content
  26. field_media_test_image:
  27. type: image
  28. label: above
  29. settings:
  30. image_link: ''
  31. image_style: ''
  32. third_party_settings: { }
  33. weight: 6
  34. region: content
  35. thumbnail:
  36. type: image
  37. label: hidden
  38. settings:
  39. image_link: ''
  40. image_style: thumbnail
  41. third_party_settings: { }
  42. weight: 5
  43. region: content
  44. uid:
  45. type: author
  46. label: hidden
  47. settings: { }
  48. third_party_settings: { }
  49. weight: 0
  50. region: content
  51. hidden:
  52. name: true

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.