mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
256 lines
8.8 KiB
JSON
256 lines
8.8 KiB
JSON
{
|
|
"ecmHost": "http://{hostname}:{port}/ecm",
|
|
"bpmHost": "http://{hostname}:{port}/bpm",
|
|
"application": {
|
|
"name": "Alfresco ADF Appplication"
|
|
},
|
|
"pagination": {
|
|
"size": 25
|
|
},
|
|
"files": {
|
|
"excluded": [".DS_Store", "desktop.ini", ".git"]
|
|
},
|
|
"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": {
|
|
"supportedPageSizes": [5, 10, 15, 20],
|
|
"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
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|