mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
[ACA-1492] case insensitive mode for upload validation
This commit is contained in:
@@ -22,7 +22,10 @@
|
|||||||
"supportedPageSizes": [25, 50, 100]
|
"supportedPageSizes": [25, 50, 100]
|
||||||
},
|
},
|
||||||
"files": {
|
"files": {
|
||||||
"excluded": [".DS_Store", "desktop.ini", "Thumbs.db", ".git"]
|
"excluded": [".DS_Store", "desktop.ini", "Thumbs.db", ".git"],
|
||||||
|
"match-options": {
|
||||||
|
"nocase": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"adf-version-manager": {
|
"adf-version-manager": {
|
||||||
"allowComments": true,
|
"allowComments": true,
|
||||||
|
Reference in New Issue
Block a user