{ "$schema": "../../lib/core/src/lib/app-config/app.config.schema.json", "ecmHost": "{protocol}//{hostname}{:port}", "bpmHost": "{protocol}//{hostname}{:port}", "identityHost": "{protocol}//{hostname}{:port}/auth/admin/realms/alfresco", "loginRoute": "login", "providers": "ALL", "contextRootBpm": "activiti-app", "authType": "BASIC", "locale": "en", "notificationDefaultDuration": 2000, "auth": { "withCredentials": false }, "upload": { "threads": 1 }, "oauth2": { "host": "{protocol}//{hostname}{:port}/auth/realms/alfresco", "clientId": "alfresco", "scope": "openid profile email", "secret": "", "implicitFlow": false, "codeFlow": true, "silentLogin": true, "redirectSilentIframeUri": "{protocol}//{hostname}{:port}/assets/silent-refresh.html", "redirectUri": "/", "redirectUriLogout": "#/logout", "publicUrls": [ "**/preview/s/*", "**/settings", "**/logout" ] }, "application": { "storagePrefix": "ADF", "name": "Alfresco ADF Application", "copyright": "© 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved." }, "notifications": true, "search": [{ "filterWithContains": true, "app:fields": [ "cm:name", "cm:title", "cm:description", "ia:whatEvent", "ia:descriptionEvent", "lnk:title", "lnk:description", "TEXT", "TAG" ], "include": [ "path", "allowableOperations", "properties" ], "sorting": { "options": [ { "key": "name", "label": "Name", "type": "FIELD", "field": "cm:name", "ascending": true }, { "key": "content.sizeInBytes", "label": "Size", "type": "FIELD", "field": "content.size", "ascending": true }, { "key": "createdByUser", "label": "Author", "type": "FIELD", "field": "cm:creator", "ascending": true }, { "key": "createdAt", "label": "Created", "type": "FIELD", "field": "cm:created", "ascending": true }, { "key": "score", "label": "Relevance", "type": "SCORE", "field": "score", "ascending": false } ], "defaults": [ { "key": "score", "type": "FIELD", "field": "score", "ascending": false } ] }, "resetButton": true, "filterQueries": [ { "query": "TYPE:'cm:folder' OR TYPE:'cm:content'" }, { "query": "NOT cm:creator:System" } ], "facetFields": { "expanded": true, "fields": [ { "field": "content.mimetype", "mincount": 1, "label": "SEARCH.FACET_FIELDS.TYPE" }, { "field": "content.size", "mincount": 1, "label": "SEARCH.FACET_FIELDS.SIZE" }, { "field": "creator", "mincount": 1, "label": "SEARCH.FACET_FIELDS.CREATOR" }, { "field": "modifier", "mincount": 1, "label": "SEARCH.FACET_FIELDS.MODIFIER" }, { "field": "created", "mincount": 1, "label": "SEARCH.FACET_FIELDS.CREATED" } ] }, "facetQueries": { "label": "SEARCH.FACET_QUERIES.MY_FACET_QUERIES", "pageSize": 5, "expanded": true, "mincount": 1, "queries": [ { "query": "created:2019", "label": "SEARCH.FACET_QUERIES.CREATED_THIS_YEAR" }, { "query": "content.mimetype:text/html", "label": "SEARCH.FACET_QUERIES.MIMETYPE", "group": "Type facet queries" }, { "query": "content.size:[0 TO 10240]", "label": "SEARCH.FACET_QUERIES.XTRASMALL", "group": "Size facet queries" }, { "query": "content.size:[10240 TO 102400]", "label": "SEARCH.FACET_QUERIES.SMALL", "group": "Size facet queries" }, { "query": "content.size:[102400 TO 1048576]", "label": "SEARCH.FACET_QUERIES.MEDIUM", "group": "Size facet queries" }, { "query": "content.size:[1048576 TO 16777216]", "label": "SEARCH.FACET_QUERIES.LARGE", "group": "Size facet queries" }, { "query": "content.size:[16777216 TO 134217728]", "label": "SEARCH.FACET_QUERIES.XTRALARGE", "group": "Size facet queries" }, { "query": "content.size:[134217728 TO MAX]", "label": "SEARCH.FACET_QUERIES.XXTRALARGE", "group": "Size facet queries" } ] }, "facetIntervals": { "expanded": true, "intervals": [ { "label": "The Created", "field": "cm:created", "sets": [ { "label": "lastYear", "start": "2018", "end": "2019", "endInclusive": false }, { "label": "currentYear", "start": "NOW/YEAR", "end": "NOW/YEAR+1YEAR" }, { "label": "earlier", "start": "*", "end": "2018", "endInclusive": false } ] }, { "label": "TheModified", "field": "cm:modified", "sets": [ { "label": "2017", "start": "2017", "end": "2018", "endInclusive": false }, { "label": "2017-2018", "start": "2017", "end": "2018", "endInclusive": true }, { "label": "currentYear", "start": "NOW/YEAR", "end": "NOW/YEAR+1YEAR" }, { "label": "earlierThan2017", "start": "*", "end": "2017", "endInclusive": false } ] } ] }, "categories": [ { "id": "queryName", "name": "Name", "enabled": true, "expanded": true, "component": { "selector": "text", "settings": { "pattern": "cm:name:'(.*?)'", "field": "cm:name", "placeholder": "Enter the name" } } }, { "id": "checkList", "name": "Check List", "enabled": true, "component": { "selector": "check-list", "settings": { "pageSize": 5, "operator": "OR", "options": [ { "name": "Folder", "value": "TYPE:'cm:folder'" }, { "name": "Document", "value": "TYPE:'cm:content'" } ] } } }, { "id": "contentSize", "name": "Content Size", "enabled": true, "component": { "selector": "slider", "settings": { "field": "cm:content.size", "min": 0, "max": 18, "step": 1, "thumbLabel": true } } }, { "id": "contentSizeRange", "name": "Content Size (range)", "enabled": true, "component": { "selector": "number-range", "settings": { "field": "cm:content.size", "format": "[{FROM} TO {TO}]" } } }, { "id": "createdModifiedDateRange", "name": "Date", "enabled": true, "component": { "selector": "date-range", "settings": { "dateFormat": "dd-MMM-yy", "maxDate": "today", "field": "cm:created, cm:modified", "displayedLabelsByField": { "cm:created": "Created Date", "cm:modified": "Modified Date" } } } }, { "id": "queryType", "name": "Type", "enabled": true, "component": { "selector": "radio", "settings": { "field": null, "pageSize": 5, "options": [ { "name": "None", "value": "", "default": true }, { "name": "All", "value": "TYPE:'cm:folder' OR TYPE:'cm:content'" }, { "name": "Folder", "value": "TYPE:'cm:folder'" }, { "name": "Document", "value": "TYPE:'cm:content'" } ] } } } ], "highlight": { "prefix": " ", "postfix": " ", "mergeContiguous": true, "fields": [ { "field": "cm:title" }, { "field": "description", "prefix": "(", "postfix": ")" } ] }, "name": "Default", "default": true }, { "filterWithContains": true, "app:fields": [ "cm:name", "cm:title", "cm:description", "ia:whatEvent", "ia:descriptionEvent", "lnk:title", "lnk:description", "TEXT", "TAG" ], "include": [ "path", "allowableOperations", "properties" ], "sorting": { "options": [ { "key": "name", "label": "Name", "type": "FIELD", "field": "cm:name", "ascending": true }, { "key": "content.sizeInBytes", "label": "Size", "type": "FIELD", "field": "content.size", "ascending": true }, { "key": "createdByUser", "label": "Author", "type": "FIELD", "field": "cm:creator", "ascending": true }, { "key": "createdAt", "label": "Created", "type": "FIELD", "field": "cm:created", "ascending": true }, { "key": "score", "label": "Relevance", "type": "SCORE", "field": "score", "ascending": false } ], "defaults": [ { "key": "score", "type": "FIELD", "field": "score", "ascending": false } ] }, "resetButton": true, "filterQueries": [ { "query": "TYPE:'cm:folder'" }, { "query": "NOT cm:creator:System" } ], "facetFields": { "expanded": true, "fields": [ { "field": "content.size", "mincount": 1, "label": "Folder Size", "settings": { "allowUpdateOnChange": false, "hideDefaultAction": true, "unit": "Bytes" } }, { "field": "creator", "mincount": 1, "label": "Folder created", "settings": { "allowUpdateOnChange": false, "hideDefaultAction": true } }, { "field": "modifier", "mincount": 1, "label": "Folder Modifier", "settings": { "allowUpdateOnChange": false, "hideDefaultAction": true } }, { "field": "created", "mincount": 1, "label": "Folder Created", "settings": { "allowUpdateOnChange": false, "hideDefaultAction": true } } ] }, "facetQueries": { "label": "SEARCH.FACET_QUERIES.MY_FACET_QUERIES", "pageSize": 5, "expanded": true, "mincount": 1, "queries": [ { "query": "created:2019", "label": "SEARCH.FACET_QUERIES.CREATED_THIS_YEAR" }, { "query": "content.mimetype:text/html", "label": "SEARCH.FACET_QUERIES.MIMETYPE", "group": "Type facet queries" }, { "query": "content.size:[0 TO 10240]", "label": "SEARCH.FACET_QUERIES.XTRASMALL", "group": "Size facet queries" }, { "query": "content.size:[10240 TO 102400]", "label": "SEARCH.FACET_QUERIES.SMALL", "group": "Size facet queries" }, { "query": "content.size:[102400 TO 1048576]", "label": "SEARCH.FACET_QUERIES.MEDIUM", "group": "Size facet queries" }, { "query": "content.size:[1048576 TO 16777216]", "label": "SEARCH.FACET_QUERIES.LARGE", "group": "Size facet queries" }, { "query": "content.size:[16777216 TO 134217728]", "label": "SEARCH.FACET_QUERIES.XTRALARGE", "group": "Size facet queries" }, { "query": "content.size:[134217728 TO MAX]", "label": "SEARCH.FACET_QUERIES.XXTRALARGE", "group": "Size facet queries" } ], "settings": { "allowUpdateOnChange": false, "hideDefaultAction": true } }, "facetIntervals": { "expanded": true, "intervals": [ { "label": "The Created", "field": "cm:created", "sets": [ { "label": "lastYear", "start": "2018", "end": "2019", "endInclusive": false }, { "label": "currentYear", "start": "NOW/YEAR", "end": "NOW/YEAR+1YEAR" }, { "label": "earlier", "start": "*", "end": "2018", "endInclusive": false } ], "settings": { "allowUpdateOnChange": false, "hideDefaultAction": true } }, { "label": "The Modified", "field": "cm:modified", "sets": [ { "label": "2017", "start": "2017", "end": "2018", "endInclusive": false }, { "label": "2017-2018", "start": "2017", "end": "2018", "endInclusive": true }, { "label": "currentYear", "start": "NOW/YEAR", "end": "NOW/YEAR+1YEAR" }, { "label": "earlierThan2017", "start": "*", "end": "2017", "endInclusive": false } ], "settings": { "allowUpdateOnChange": false, "hideDefaultAction": true } } ] }, "categories": [ { "id": "contentSize", "name": "Content Size", "enabled": true, "component": { "selector": "slider", "settings": { "allowUpdateOnChange": false, "hideDefaultAction": true, "unit": "Byte", "field": "cm:content.size", "min": 0, "max": 18, "step": 1, "thumbLabel": true } } } ], "highlight": { "prefix": " ", "postfix": " ", "mergeContiguous": true, "fields": [ { "field": "cm:title" }, { "field": "description", "prefix": "(", "postfix": ")" } ] }, "name": "Folder" }], "search-headers": { "filterWithContains": true, "app:fields": [ "cm:name", "cm:title", "cm:description", "ia:whatEvent", "ia:descriptionEvent", "lnk:title", "lnk:description", "TEXT", "TAG" ], "categories": [ { "id": "queryName", "name": "SEARCH.SEARCH_HEADER.FILTERS.NAME.TITLE", "columnKey": "name", "enabled": true, "component": { "selector": "text", "settings": { "pattern": "cm:name:'(.*?)'", "field": "cm:name", "placeholder": "SEARCH.SEARCH_HEADER.FILTERS.NAME.PLACEHOLDER", "searchSuffix": "*", "allowUpdateOnChange": false } } }, { "id": "checkList", "name": "SEARCH.SEARCH_HEADER.FILTERS.TYPE.TITLE", "columnKey": "$thumbnail", "enabled": true, "component": { "selector": "check-list", "settings": { "pageSize": 5, "allowUpdateOnChange": false, "operator": "OR", "options": [ { "name": "SEARCH.SEARCH_HEADER.FILTERS.TYPE.FOLDER", "value": "TYPE:'cm:folder'" }, { "name": "SEARCH.SEARCH_HEADER.FILTERS.TYPE.DOCUMENT", "value": "TYPE:'cm:content'" } ] } } }, { "id": "contentSize", "name": "SEARCH.SEARCH_HEADER.FILTERS.SIZE.TITLE", "columnKey": "content.sizeInBytes", "enabled": true, "component": { "selector": "check-list", "settings": { "allowUpdateOnChange": false, "options": [ { "name": "SEARCH.SEARCH_HEADER.FILTERS.SIZE.SMALL", "value": "content.size:[0 TO 1048576] OR TYPE:'cm:folder'" }, { "name": "SEARCH.SEARCH_HEADER.FILTERS.SIZE.MEDIUM", "value": "content.size:[1048576 TO 52428800] OR TYPE:'cm:folder'" }, { "name": "SEARCH.SEARCH_HEADER.FILTERS.SIZE.LARGE", "value": "content.size:<52428800 TO 524288000] OR TYPE:'cm:folder'" }, { "name": "SEARCH.SEARCH_HEADER.FILTERS.SIZE.HUGE", "value": "content.size:<524288000 TO MAX] OR TYPE:'cm:folder'" } ] } } }, { "id": "createdDateRange", "name": "SEARCH.SEARCH_HEADER.FILTERS.DATE.TITLE", "enabled": true, "component": { "selector": "date-range", "settings": { "allowUpdateOnChange": false, "dateFormat": "dd-MMM-yy", "maxDate": "today", "field": "cm:created", "displayedLabelsByField": { "cm:created": "Created Date" } } } } ], "highlight": { "prefix": " ", "postfix": " ", "mergeContiguous": true, "fields": [ { "field": "cm:title" }, { "field": "description", "prefix": "(", "postfix": ")" } ] }, "sorting": { "options": [ { "key": "name", "label": "Name", "type": "FIELD", "field": "cm:name", "ascending": true }, { "key": "content.sizeInBytes", "label": "Size", "type": "FIELD", "field": "content.size", "ascending": true }, { "key": "createdByUser.displayName", "label": "Author", "type": "FIELD", "field": "cm:creator", "ascending": true }, { "key": "createdAt", "label": "Created", "type": "FIELD", "field": "cm:created", "ascending": true }, { "key": "score", "label": "Relevance", "type": "FIELD", "field": "score", "ascending": false } ], "defaults": [ { "key": "score", "type": "FIELD", "field": "score", "ascending": false } ] } }, "pagination": { "size": 20, "supportedPageSizes": [ 5, 10, 15, 20 ] }, "dateValues": { "defaultDateFormat": "mediumDate", "defaultDateTimeFormat": "MMM d, y, H:mm", "defaultLocale": "en" }, "decimalValues": { "minIntegerDigits": 1, "minFractionDigits": 0, "maxFractionDigits": 2 }, "files": { "excluded": [ ".DS_Store", "desktop.ini", ".git" ], "match-options": { "nocase": true } }, "folders": { "excluded": [ ".git" ], "match-options": { "nocase": true } }, "logLevel": "trace", "activiti": { "rest": { "fields": [ { "processId": "0", "taskId": "7501", "fieldId": "label10", "values": [ { "id": "f1", "name": "Field 1" }, { "id": "f2", "name": "Field 2" }, { "id": "f3", "name": "Field 3" } ] } ] } }, "document-list": { "presets": { "-trashcan-": [ { "key": "$thumbnail", "type": "image", "srTitle": "ADF-DOCUMENT-LIST.LAYOUT.THUMBNAIL", "sortable": false }, { "key": "name", "type": "text", "title": "ADF-DOCUMENT-LIST.LAYOUT.NAME", "cssClass": "full-width ellipsis-cell", "sortable": true }, { "key": "path", "type": "location", "title": "ADF-DOCUMENT-LIST.LAYOUT.LOCATION", "format": "/files", "sortable": true }, { "key": "content.sizeInBytes", "type": "fileSize", "title": "ADF-DOCUMENT-LIST.LAYOUT.SIZE", "sortable": true }, { "key": "archivedAt", "type": "date", "title": "ADF-DOCUMENT-LIST.LAYOUT.DELETED_ON", "format": "timeAgo", "sortable": true }, { "key": "archivedByUser.displayName", "type": "text", "title": "ADF-DOCUMENT-LIST.LAYOUT.DELETED_BY", "sortable": true } ], "-sites-": [ { "key": "$thumbnail", "type": "image", "srTitle": "ADF-DOCUMENT-LIST.LAYOUT.THUMBNAIL", "sortable": false }, { "key": "title", "type": "text", "title": "ADF-DOCUMENT-LIST.LAYOUT.NAME", "cssClass": "full-width ellipsis-cell", "sortable": true, "sortingKey": "name" }, { "key": "visibility", "type": "text", "title": "ADF-DOCUMENT-LIST.LAYOUT.STATUS", "sortable": true } ], "-mysites-": [ { "key": "$thumbnail", "type": "image", "srTitle": "ADF-DOCUMENT-LIST.LAYOUT.THUMBNAIL", "sortable": false }, { "key": "title", "type": "text", "title": "ADF-DOCUMENT-LIST.LAYOUT.NAME", "cssClass": "full-width ellipsis-cell", "sortable": true }, { "key": "visibility", "type": "text", "title": "ADF-DOCUMENT-LIST.LAYOUT.STATUS", "sortable": true } ], "-favorites-": [ { "key": "$thumbnail", "type": "image", "srTitle": "ADF-DOCUMENT-LIST.LAYOUT.THUMBNAIL", "sortable": false }, { "key": "name", "type": "text", "title": "ADF-DOCUMENT-LIST.LAYOUT.NAME", "cssClass": "full-width ellipsis-cell", "sortable": true }, { "key": "path", "type": "location", "title": "ADF-DOCUMENT-LIST.LAYOUT.LOCATION", "format": "/files", "sortable": true }, { "key": "content.sizeInBytes", "type": "fileSize", "title": "ADF-DOCUMENT-LIST.LAYOUT.SIZE", "sortable": true }, { "key": "modifiedAt", "type": "date", "title": "ADF-DOCUMENT-LIST.LAYOUT.MODIFIED_ON", "format": "timeAgo", "sortable": true }, { "key": "modifiedByUser.displayName", "type": "text", "title": "ADF-DOCUMENT-LIST.LAYOUT.MODIFIED_BY", "sortable": true } ], "-recent-": [ { "key": "$thumbnail", "type": "image", "srTitle": "ADF-DOCUMENT-LIST.LAYOUT.THUMBNAIL", "sortable": false }, { "key": "name", "type": "text", "title": "ADF-DOCUMENT-LIST.LAYOUT.NAME", "cssClass": "full-width ellipsis-cell", "sortable": true }, { "key": "path", "type": "location", "title": "ADF-DOCUMENT-LIST.LAYOUT.LOCATION", "cssClass": "ellipsis-cell", "format": "/files", "sortable": true }, { "key": "content.sizeInBytes", "type": "fileSize", "title": "ADF-DOCUMENT-LIST.LAYOUT.SIZE", "sortable": true }, { "key": "modifiedAt", "type": "date", "title": "ADF-DOCUMENT-LIST.LAYOUT.MODIFIED_ON", "format": "timeAgo", "sortable": true } ], "-sharedlinks-": [ { "key": "$thumbnail", "type": "image", "srTitle": "ADF-DOCUMENT-LIST.LAYOUT.THUMBNAIL", "sortable": false }, { "key": "name", "type": "text", "title": "ADF-DOCUMENT-LIST.LAYOUT.NAME", "cssClass": "full-width ellipsis-cell", "sortable": true }, { "key": "path", "type": "location", "title": "ADF-DOCUMENT-LIST.LAYOUT.LOCATION", "cssClass": "ellipsis-cell", "format": "/files", "sortable": true }, { "key": "content.sizeInBytes", "type": "fileSize", "title": "ADF-DOCUMENT-LIST.LAYOUT.SIZE", "sortable": true }, { "key": "modifiedAt", "type": "date", "title": "ADF-DOCUMENT-LIST.LAYOUT.MODIFIED_ON", "format": "timeAgo", "sortable": true }, { "key": "modifiedByUser.displayName", "type": "text", "title": "ADF-DOCUMENT-LIST.LAYOUT.MODIFIED_BY", "sortable": true }, { "key": "sharedByUser.displayName", "type": "text", "title": "ADF-DOCUMENT-LIST.LAYOUT.SHARED_BY", "sortable": true } ], "default": [ { "key": "$thumbnail", "type": "image", "srTitle": "ADF-DOCUMENT-LIST.LAYOUT.THUMBNAIL", "sortable": false }, { "key": "name", "type": "text", "title": "ADF-DOCUMENT-LIST.LAYOUT.NAME", "cssClass": "full-width ellipsis-cell", "sortable": true }, { "key": "content.sizeInBytes", "type": "fileSize", "title": "ADF-DOCUMENT-LIST.LAYOUT.SIZE", "sortable": true }, { "key": "modifiedAt", "type": "date", "title": "ADF-DOCUMENT-LIST.LAYOUT.MODIFIED_ON", "format": "timeAgo", "sortable": true }, { "key": "modifiedByUser.displayName", "type": "text", "title": "ADF-DOCUMENT-LIST.LAYOUT.MODIFIED_BY", "sortable": true } ] } }, "adf-start-task": { "name": "My Task Name" }, "adf-task-list": { "presets": { "default": [ { "key": "name", "type": "text", "title": "ADF_TASK_LIST.PROPERTIES.NAME", "sortable": true } ] } }, "adf-start-process": { "name": "My Default Name", "processDefinitionName": "My default process def name" }, "adf-cloud-start-process": { "name": "My Default Cloud Name" }, "adf-process-list": { "presets": { "default": [ { "key": "name", "type": "text", "title": "ADF_PROCESS_LIST.PROPERTIES.NAME", "sortable": true }, { "key": "id", "type": "text", "title": "ADF_PROCESS_LIST.PROPERTIES.ID", "sortable": true } ] } }, "adf-edit-task-filter": { "filterProperties": [ "status", "assignee", "sort", "order" ], "sortProperties": [ "id", "name", "createdDate", "priority", "processDefinitionId" ], "actions": [ "save", "saveAs", "delete" ] }, "adf-edit-service-task-filter": { "filterProperties": [ "appName", "serviceTaskId", "activityName", "activityType", "completedDate", "startedDate", "sort", "order", "status", "elementId", "serviceName", "processInstanceId", "processDefinitionId", "serviceName" ], "sortProperties": [ "id", "activityName", "completedDate", "startedDate" ], "actions": [ "save", "saveAs", "delete" ] }, "adf-edit-process-filter": { "filterProperties": [ "status", "sort", "order", "processName", "name" ], "sortProperties": [ "id", "name", "status", "startDate" ], "actions": [ "save", "saveAs", "delete" ] }, "content-metadata": { "presets": { "default": { "exif:exif": "*", "cm:generalclassifiable": "*", "cm:complianceable": "*", "cm:dublincore": "*", "cm:effectivity": "*", "cm:summarizable": "*", "cm:versionable": "*", "cm:templatable": "*", "cm:emailed": "*", "emailserver:aliasable": "*", "cm:taggable": "*", "app:inlineeditable": "*", "cm:geographic": "*", "audio:audio": "*", "cm:indexControl": "*", "dp:restrictable": "*", "smf:customConfigSmartFolder": "*", "smf:systemConfigSmartFolder": "*", "ai:products": "*", "ai:dates": "*", "ai:places": "*", "ai:events": "*", "ai:organizations": "*", "ai:people": "*", "ai:things": "*", "ai:quantities": "*", "ai:creativeWorks": "*", "ai:labels": "*", "ai:textLines": "*" }, "all-aspects": "*", "custom-title": [ { "title": "Exif", "items": [ { "aspect": "exif:exif", "editing": false, "properties": [ "exif:pixelXDimension", { "title": "Custom YDimension Name", "name": "exif:pixelYDimension" } ] } ] } ] }, "multi-value-pipe-separator": ", ", "multi-value-chips": true, "copy-to-clipboard-action": true, "selectFilterLimit": 5 }, "sideNav": { "expandedSidenav": true, "preserveState": true }, "adf-cloud-task-list": { "presets": { "default": [ { "key": "id", "type": "text", "title": "ADF_CLOUD_TASK_LIST.PROPERTIES.ID", "cssClass": "adf-expand-cell-4", "sortable": true }, { "key": "name", "type": "text", "title": "ADF_CLOUD_TASK_LIST.PROPERTIES.NAME", "sortable": true, "cssClass": "name-column adf-ellipsis-cell" }, { "key": "status", "type": "text", "title": "ADF_CLOUD_TASK_LIST.PROPERTIES.STATUS", "sortable": true }, { "key": "priority", "type": "text", "title": "ADF_CLOUD_TASK_LIST.PROPERTIES.PRIORITY", "sortable": true }, { "key": "createdDate", "type": "date", "title": "ADF_CLOUD_TASK_LIST.PROPERTIES.CREATED_DATE", "sortable": true, "format": "timeAgo" }, { "key": "lastModified", "type": "date", "title": "ADF_CLOUD_TASK_LIST.PROPERTIES.LAST_MODIFIED", "sortable": true, "format": "timeAgo" }, { "id": "description", "key": "description", "type": "text", "title": "ADF_CLOUD_TASK_LIST.PROPERTIES.DESCRIPTION", "sortable": false, "draggable": false, "isHidden": true } ] } }, "adf-cloud-service-task-list": { "presets": { "default": [ { "key": "id", "type": "text", "title": "ADF_CLOUD_SERVICE_TASK_LIST.PROPERTIES.ID", "sortable": true }, { "key": "activityName", "type": "text", "title": "ADF_CLOUD_SERVICE_TASK_LIST.PROPERTIES.ACTIVITY_NAME", "sortable": true }, { "key": "status", "type": "text", "title": "ADF_CLOUD_SERVICE_TASK_LIST.PROPERTIES.STATUS", "sortable": true }, { "key": "startedDate", "type": "date", "title": "ADF_CLOUD_SERVICE_TASK_LIST.PROPERTIES.STARTED_DATE", "sortable": true, "format": "timeAgo" }, { "key": "completedDate", "type": "date", "title": "ADF_CLOUD_SERVICE_TASK_LIST.PROPERTIES.COMPLETED_DATE", "sortable": true, "format": "timeAgo" } ] } }, "adf-cloud-process-list": { "presets": { "default": [ { "key": "id", "type": "text", "title": "ADF_CLOUD_PROCESS_LIST.PROPERTIES.ID", "sortable": true }, { "key": "name", "type": "text", "title": "ADF_CLOUD_PROCESS_LIST.PROPERTIES.NAME", "sortable": true }, { "key": "status", "type": "text", "title": "ADF_CLOUD_PROCESS_LIST.PROPERTIES.STATUS", "sortable": true }, { "key": "startDate", "type": "date", "title": "ADF_CLOUD_PROCESS_LIST.PROPERTIES.START_DATE", "sortable": true, "format": "timeAgo" } ] } }, "adf-cloud-priority-values": [ { "key": "0", "value": "0", "label": "ADF_CLOUD_TASK_LIST.PROPERTIES.PRIORITY_VALUES.NONE" }, { "key": "1", "value": "1", "label": "ADF_CLOUD_TASK_LIST.PROPERTIES.PRIORITY_VALUES.LOW" }, { "key": "2", "value": "2", "label": "ADF_CLOUD_TASK_LIST.PROPERTIES.PRIORITY_VALUES.NORMAL" }, { "key": "3", "value": "3", "label": "ADF_CLOUD_TASK_LIST.PROPERTIES.PRIORITY_VALUES.HIGH" } ], "alfresco-deployed-apps": [ { "name": "candidatebaseapp", "displayName": "candidatebaseapp" }, { "name": "simpleapp", "displayName": "simpleapp" }, { "name": "subprocessapp", "displayName": "subprocessapp" } ], "aspect-visible": { "default": [ "cm:generalclassifiable", "cm:complianceable", "cm:dublincore", "cm:effectivity", "cm:summarizable", "cm:versionable", "cm:templatable", "cm:emailed", "emailserver:aliasable", "cm:taggable", "app:inlineeditable", "cm:geographic", "exif:exif", "audio:audio", "cm:indexControl", "dp:restrictable", "smf:customConfigSmartFolder", "smf:systemConfigSmartFolder" ], "ai": [ "ai:products", "ai:dates", "ai:places", "ai:events", "ai:organizations", "ai:people", "ai:things", "ai:quantities", "ai:creativeWorks", "ai:labels", "ai:textLines" ] }, "viewer": { "enableDownloadPrompt": false, "enableDownloadPromptReminder": false, "downloadPromptDelay": 50, "downloadPromptReminderDelay": 30, "enableFileAutoDownload": true, "fileAutoDownloadSizeThresholdInMB": 15 } }