You are here

entity_browser.browser.media_browser.yml in Varbase Media 8.6

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