core.entity_view_display.media.type_one.default.yml

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

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.media.type_one.field_media_test
  6. - image.style.thumbnail
  7. - media.type.type_one
  8. module:
  9. - image
  10. - user
  11. id: media.type_one.default
  12. targetEntityType: media
  13. bundle: type_one
  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. tooltip:
  24. date_format: long
  25. custom_date_format: ''
  26. time_diff:
  27. enabled: false
  28. future_format: '@interval hence'
  29. past_format: '@interval ago'
  30. granularity: 2
  31. refresh: 60
  32. third_party_settings: { }
  33. weight: 0
  34. region: content
  35. field_media_test:
  36. type: string
  37. label: above
  38. settings:
  39. link_to_entity: true
  40. third_party_settings: { }
  41. weight: 6
  42. region: content
  43. thumbnail:
  44. type: image
  45. label: hidden
  46. settings:
  47. image_link: ''
  48. image_style: thumbnail
  49. third_party_settings: { }
  50. weight: 5
  51. region: content
  52. uid:
  53. type: author
  54. label: hidden
  55. settings: { }
  56. third_party_settings: { }
  57. weight: 0
  58. region: content
  59. hidden: { }

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