You are here

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

config/optional/entity_browser.browser.media_browser.yml

File

config/optional/entity_browser.browser.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: media_browser
  14. label: "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: no_display
  22. selection_display_configuration: {}
  23. widget_selector: tabs
  24. widget_selector_configuration: {}
  25. widgets:
  26. 901e1292-75e8-4ecf-a08a-904e75b135bb:
  27. settings:
  28. view: media_browsers
  29. view_display: media_browser
  30. submit_text: "Select media"
  31. auto_select: false
  32. uuid: 901e1292-75e8-4ecf-a08a-904e75b135bb
  33. weight: -10
  34. label: Library
  35. id: view
  36. 91fd896e-e8c5-415c-9d14-5bc59c60e630:
  37. settings:
  38. submit_text: "Embed media"
  39. form_mode: entity_browser
  40. uuid: 91fd896e-e8c5-415c-9d14-5bc59c60e630
  41. weight: -7
  42. label: Embed
  43. id: embed_code
  44. 0a2903ed-f5ef-42bb-9041-fb3081f7f64e:
  45. settings:
  46. form_mode: entity_browser
  47. media_type: image
  48. upload_location: "public://images/[date:custom:Y]-[date:custom:m]"
  49. dropzone_description: "Drop image files here to upload them"
  50. max_filesize: 32M
  51. extensions: "jpg jpeg gif png"
  52. clientside_resize: false
  53. resize_width: null
  54. resize_height: null
  55. resize_quality: !!float 1
  56. resize_method: contain
  57. thumbnail_method: contain
  58. submit_text: "Select image(s)"
  59. uuid: 0a2903ed-f5ef-42bb-9041-fb3081f7f64e
  60. weight: -9
  61. label: "Upload image"
  62. id: dropzonejs_media_entity_inline_entity_form
  63. c4c8ea33-b84d-49fe-9fb7-0992287b3c9e:
  64. settings:
  65. form_mode: entity_browser
  66. media_type: video
  67. upload_location: "public://videos/[date:custom:Y]-[date:custom:m]"
  68. dropzone_description: "Drop video files here to upload them"
  69. max_filesize: 128M
  70. extensions: "mp4 webm ogv"
  71. clientside_resize: false
  72. resize_width: null
  73. resize_height: null
  74. resize_quality: !!float 1
  75. resize_method: contain
  76. thumbnail_method: contain
  77. submit_text: "Select video(s)"
  78. uuid: c4c8ea33-b84d-49fe-9fb7-0992287b3c9e
  79. weight: -8
  80. label: "Upload video"
  81. id: dropzonejs_media_entity_inline_entity_form