Allow multiple mime types

This commit is contained in:
Hadi Nategh 2017-11-03 15:05:35 +01:00
parent 4ebf79d0e1
commit 873a2a93d8

View File

@ -888,7 +888,7 @@ var et2_vfsSelect = (function(){ "use strict"; return et2_inputWidget.extend(
}, },
"mime": { "mime": {
name: "Mime type", name: "Mime type",
type: "string", type: "any",
description: "Limit display to the given mime-type" description: "Limit display to the given mime-type"
}, },
"button_label": { "button_label": {