You are here

entity_browser.browser.multiple_media_browser.yml in Varbase Media 9.0.x

Same filename and directory in other branches
  1. 8.7 config/optional/entity_browser.browser.multiple_media_browser.yml
config/optional/entity_browser.browser.multiple_media_browser.yml

File

config/optional/entity_browser.browser.multiple_media_browser.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - media.type.image
  6. - media.type.video
  7. - views.view.media_browsers
  8. module:
  9. - dropzonejs_eb_widget
  10. - entity_browser_generic_embed
  11. - media
  12. - views
  13. name: multiple_media_browser
  14. label: "Multiple Media Browser"
  15. display: modal
  16. display_configuration:
  17. width: "1245"
  18. height: "1245"
  19. link_text: "Select media"
  20. auto_open: false
  21. selection_display: multi_step_display
  22. selection_display_configuration:
  23. entity_type: media
  24. display: rendered_entity
  25. display_settings:
  26. view_mode: field_preview
  27. select_text: "Use selected"
  28. selection_hidden: false
  29. widget_selector: tabs
  30. widget_selector_configuration: {}
  31. widgets:
  32. 901e1292-75e8-4ecf-a08a-904e75b135bb:
  33. settings:
  34. view: media_browsers
  35. view_display: media_browser
  36. submit_text: "Select media"
  37. auto_select: true
  38. uuid: 901e1292-75e8-4ecf-a08a-904e75b135bb
  39. weight: -10
  40. label: Library
  41. id: view
  42. 91fd896e-e8c5-415c-9d14-5bc59c60e630:
  43. settings:
  44. submit_text: "Embed media"
  45. form_mode: entity_browser
  46. uuid: 91fd896e-e8c5-415c-9d14-5bc59c60e630
  47. weight: -7
  48. label: Embed
  49. id: embed_code
  50. 3984f5cb-8773-46c6-b7b1-b60f47c7fe06:
  51. settings:
  52. media_type: video
  53. upload_location: "public://videos/[date:custom:Y]-[date:custom:m]"
  54. dropzone_description: "Drop video files here to upload them"
  55. max_filesize: 128M
  56. extensions: "mp4 webm ogv"
  57. clientside_resize: false
  58. resize_width: null
  59. resize_height: null
  60. resize_quality: !!float 1
  61. resize_method: contain
  62. thumbnail_method: contain
  63. submit_text: "Select video(s)"
  64. auto_select: true
  65. uuid: 3984f5cb-8773-46c6-b7b1-b60f47c7fe06
  66. weight: -8
  67. label: "Upload video(s)"
  68. id: dropzonejs_media_entity
  69. 37ccdbf6-1592-495f-97d4-23e68bad1f6f:
  70. settings:
  71. media_type: image
  72. upload_location: "public://images/[date:custom:Y]-[date:custom:m]"
  73. dropzone_description: "Drop image files here to upload them"
  74. max_filesize: 500M
  75. extensions: "jpg jpeg gif png"
  76. clientside_resize: false
  77. resize_width: null
  78. resize_height: null
  79. resize_quality: !!float 1
  80. resize_method: contain
  81. thumbnail_method: contain
  82. submit_text: "Select image(s)"
  83. auto_select: true
  84. uuid: 37ccdbf6-1592-495f-97d4-23e68bad1f6f
  85. weight: -9
  86. label: "Upload image(s)"
  87. id: dropzonejs_media_entity