mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
83a5362128
commit
accca62fb2
@ -232,7 +232,7 @@ var FileSystemLoaderActions = actions.Actions({
|
|||||||
// NOTE: this will not match "dot filenames", this is done
|
// NOTE: this will not match "dot filenames", this is done
|
||||||
// intentionally to avoid the previews MAC computers
|
// intentionally to avoid the previews MAC computers
|
||||||
// generate all over the place...
|
// 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-read-stat': true,
|
||||||
'image-file-skip-previews': false,
|
'image-file-skip-previews': false,
|
||||||
|
|||||||
@ -438,6 +438,9 @@ object.mixinFlat(function(){}, {
|
|||||||
// this.batch(...args)) }
|
// this.batch(...args)) }
|
||||||
//List: function(values){},
|
//List: function(values){},
|
||||||
|
|
||||||
|
// XXX actions:
|
||||||
|
// - add/remove
|
||||||
|
// - place
|
||||||
EditableList: function(values){},
|
EditableList: function(values){},
|
||||||
EditablePinnedList: function(values){},
|
EditablePinnedList: function(values){},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user