mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-5183] properties facet file size and file type (#3347)
* ACS-5183 Started updating configuration for file type and size * ACS-5183 Corrected file extensions * ACS-5183 Added more file extensions * ACS-5183 Corrected configuration * ACS-5183 Fix e2e * ACS-5183 Added translation key * ACS-5183 Changed jira for excluded e2es * ACS-5183 Corrected import * ACS-5183 Added license header
This commit is contained in:
@@ -526,7 +526,6 @@
|
||||
"CREATE_DATE": "Created date"
|
||||
},
|
||||
"FACET_FIELDS": {
|
||||
"FILE_TYPE": "File type",
|
||||
"CREATOR": "Creator",
|
||||
"MODIFIER": "Modifier",
|
||||
"LOCATION": "Location",
|
||||
@@ -534,17 +533,11 @@
|
||||
},
|
||||
"CATEGORIES": {
|
||||
"MODIFIED_DATE": "Modified date",
|
||||
"SIZE": "Size",
|
||||
"SIZE_OPTIONS": {
|
||||
"SMALL": "Small",
|
||||
"MEDIUM": "Medium",
|
||||
"LARGE": "Large",
|
||||
"HUGE": "Huge"
|
||||
},
|
||||
"CREATED_DATE": "Created date",
|
||||
"EFFECTIVITY_FROM": "Effectivity from",
|
||||
"EFFECTIVITY_TO": "Effectivity to",
|
||||
"LOGIC": "Logic"
|
||||
"LOGIC": "Logic",
|
||||
"PROPERTIES": "Properties"
|
||||
},
|
||||
"SEARCH_HEADER" : {
|
||||
"TITLE":"Filter",
|
||||
|
||||
Reference in New Issue
Block a user