This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit 0bf5cdd7e37f010efb20b6dbc3a2e2e7c10b6ca9 Author: Dan Klco <[email protected]> AuthorDate: Mon Nov 18 22:50:00 2019 -0500 Updating to make the static default to grid view --- .../main/resources/jcr_root/libs/sling-cms/content/static/content.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/content/static/content.json b/ui/src/main/resources/jcr_root/libs/sling-cms/content/static/content.json index 034d36e..1f2f122 100644 --- a/ui/src/main/resources/jcr_root/libs/sling-cms/content/static/content.json +++ b/ui/src/main/resources/jcr_root/libs/sling-cms/content/static/content.json @@ -10,6 +10,7 @@ "contentactions": { "jcr:primaryType": "nt:unstructured", "sling:resourceType": "sling-cms/components/cms/contentactions", + "includeSwitcher": true, "actions": { "file": { "jcr:primaryType": "nt:unstructured", @@ -31,7 +32,7 @@ }, "contenttable": { "jcr:primaryType": "nt:unstructured", - "sling:resourceType": "sling-cms/components/cms/contenttable", + "sling:resourceType": "sling-cms/components/cms/contentlayout", "columns": { "jcr:primaryType": "nt:unstructured", "name": {
