Skip to content

Commit

Permalink
Fix: Video Element not working (#785)
Browse files Browse the repository at this point in the history
* Fix: Video Element not working

* data.allowedTypes is already correct from PHP class
  • Loading branch information
blankse authored Dec 16, 2024
1 parent bd0130e commit 0b7366e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/js/pimcore/document/editables/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pimcore.document.editables.video = Class.create(pimcore.document.editable, {
initialize: function($super, id, name, config, data, inherited) {
$super(id, name, config, data, inherited);

data.allowedTypes = config.allowedTypes;
this.data = data;
},

Expand Down

0 comments on commit 0b7366e

Please sign in to comment.