core.entity_form_display.media.type_four.media_library.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_form_display.media.type_four.media_library.yml
  2. 10 core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_four.media_library.yml
  3. 11.x core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_four.media_library.yml
core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_four.media_library.yml

File

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

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - core.entity_form_mode.media.media_library
  6. - field.field.media.type_four.field_media_test_image
  7. - image.style.thumbnail
  8. - media.type.type_four
  9. module:
  10. - image
  11. id: media.type_four.media_library
  12. targetEntityType: media
  13. bundle: type_four
  14. mode: media_library
  15. content:
  16. field_media_test_image:
  17. type: image_image
  18. weight: 2
  19. region: content
  20. settings:
  21. progress_indicator: throbber
  22. preview_image_style: thumbnail
  23. third_party_settings: { }
  24. field_media_extra_image:
  25. type: image_image
  26. weight: 1
  27. region: content
  28. settings:
  29. progress_indicator: throbber
  30. preview_image_style: medium
  31. third_party_settings: { }
  32. name:
  33. type: string_textfield
  34. weight: 0
  35. region: content
  36. settings:
  37. size: 60
  38. placeholder: ''
  39. third_party_settings: { }
  40. hidden:
  41. created: true
  42. path: true
  43. status: true
  44. uid: true

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