Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-04-05 22:26:17 +03:00
parent 83a5362128
commit accca62fb2
2 changed files with 4 additions and 1 deletions

View File

@ -232,7 +232,7 @@ var FileSystemLoaderActions = actions.Actions({
// NOTE: this will not match "dot filenames", this is done
// intentionally to avoid the previews MAC computers
// generate all over the place...
'image-file-pattern': '*.@(jpg|jpeg|png|svg|JPG|JPEG|PNG|svg)',
'image-file-pattern': '*.@(jpg|jpeg|png|svg|JPG|JPEG|PNG|SVG)',
'image-file-read-stat': true,
'image-file-skip-previews': false,

View File

@ -438,6 +438,9 @@ object.mixinFlat(function(){}, {
// this.batch(...args)) }
//List: function(values){},
// XXX actions:
// - add/remove
// - place
EditableList: function(values){},
EditablePinnedList: function(values){},