diff --git a/demo-shell/resources/i18n/en.json b/demo-shell/resources/i18n/en.json
index 17363b1699..eb95f6a64c 100644
--- a/demo-shell/resources/i18n/en.json
+++ b/demo-shell/resources/i18n/en.json
@@ -20,7 +20,9 @@
"ALLOW_DELETE": "Allow delete",
"SHOW_COMMENTS": "Show comments on versions",
"ALLOW_DOWNLOAD": "Enable version download",
- "READ_ONLY": "Read-only"
+ "READ_ONLY": "Read-only",
+ "ALLOW_DOWNLOAD": "Allow Download",
+ "COMMENTS": "Show comments"
},
"PERSONAL-FILES": "Personal Files",
"WARN-MULTIPLE-UPLOADS": "Display warning for multiple uploads.",
diff --git a/demo-shell/src/app.config.json b/demo-shell/src/app.config.json
index cf5ac5aefa..f7f6a78af8 100644
--- a/demo-shell/src/app.config.json
+++ b/demo-shell/src/app.config.json
@@ -72,7 +72,9 @@
"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": "description", "label": "Description", "type": "FIELD", "field": "cm:description", "ascending": true }
+ { "key": "description", "label": "Description", "type": "FIELD", "field": "cm:description", "ascending": true },
+ { "key": "createdByUser", "label": "Author", "type": "FIELD", "field": "cm:creator", "ascending": true },
+ { "key": "createdAt", "label": "Created", "type": "FIELD", "field": "cm:created", "ascending": true }
],
"defaults": [
{ "key": "name", "type": "FIELD", "field": "cm:name", "ascending": true }
@@ -194,7 +196,7 @@
]
},
"pagination": {
- "size": 25,
+ "size": 20,
"supportedPageSizes": [ 5, 10, 15, 20 ]
},
"files": {
diff --git a/demo-shell/src/app/components/config-editor/config-editor.component.html b/demo-shell/src/app/components/config-editor/config-editor.component.html
index e39b4ad581..4635729609 100644
--- a/demo-shell/src/app/components/config-editor/config-editor.component.html
+++ b/demo-shell/src/app/components/config-editor/config-editor.component.html
@@ -7,3 +7,14 @@
+
+
+
+