mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-1894] - added the possibility to filter whenever is possible by … (#5633)
* [ACA-1894] - added the possibility to filter whenever is possible by file path * [ACA-1894] - fixed linting * [ACA-1894] - reverted dynamic app config service refresh * [ACA-1894] - added extra example in upload docs * Update upload.service.md Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
This commit is contained in:
@@ -463,6 +463,14 @@
|
||||
"nocase": true
|
||||
}
|
||||
},
|
||||
"folders": {
|
||||
"excluded": [
|
||||
".git"
|
||||
],
|
||||
"match-options": {
|
||||
"nocase": true
|
||||
}
|
||||
},
|
||||
"logLevel": "trace",
|
||||
"activiti": {
|
||||
"rest": {
|
||||
|
Reference in New Issue
Block a user