pimcore / studio-ui-bundle

Studio UI bundle
Other
13 stars 2 forks source link

Asset Video Image Preview #81

Closed fashxp closed 1 week ago

fashxp commented 6 months ago

image

image

lukmzig commented 2 months ago

To update the video image thumbnail please use the update endpoint. This is done same way as in the core - by updating the custom settings (https://github.com/pimcore/admin-ui-classic-bundle/blob/1.x/src/Controller/Admin/Asset/AssetController.php#L1300-L1315):

to get the video image thumbnail back use this endpoint: https://github.com/pimcore/studio-backend-bundle/pull/107/files#diff-7232bfd5989ad7406a30d01e51a28f284a36c2ce97d7ece95640a6668f9af661R74 there you can pass configuration which you need, similar to the current UI e.g https://github.com/pimcore/admin-ui-classic-bundle/blob/1.x/public/js/pimcore/asset/video.js#L217-L219