Fix uppercase file endings
This commit is contained in:
parent
86b57b0521
commit
2297853024
1 changed files with 10 additions and 0 deletions
|
@ -11,4 +11,14 @@ GalleryFilterUnion {
|
||||||
property: "fileName"
|
property: "fileName"
|
||||||
value: ".ps"
|
value: ".ps"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GalleryEndsWithFilter {
|
||||||
|
property: "fileName"
|
||||||
|
value: ".PDF"
|
||||||
|
}
|
||||||
|
|
||||||
|
GalleryEndsWithFilter {
|
||||||
|
property: "fileName"
|
||||||
|
value: ".PS"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue