You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2018/05/18 05:31:21 UTC

[sling-whiteboard] branch master updated: Update sites.json

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-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ad1b23  Update sites.json
4ad1b23 is described below

commit 4ad1b2302059a7e0f9f909c4ae8cfc10cebf4923
Author: Dan Klco <kl...@users.noreply.github.com>
AuthorDate: Thu May 17 22:31:19 2018 -0700

    Update sites.json
---
 .../main/resources/jcr_root/libs/sling-cms/content/site/sites.json    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cms/ui/src/main/resources/jcr_root/libs/sling-cms/content/site/sites.json b/cms/ui/src/main/resources/jcr_root/libs/sling-cms/content/site/sites.json
index baf3871..ff14f70 100644
--- a/cms/ui/src/main/resources/jcr_root/libs/sling-cms/content/site/sites.json
+++ b/cms/ui/src/main/resources/jcr_root/libs/sling-cms/content/site/sites.json
@@ -67,7 +67,7 @@
 							"title": {
 								"jcr:primaryType": "nt:unstructured",
 								"sling:resourceType": "sling-cms/components/cms/columns/text",
-								"property": "jcr:content/jcr:title",
+								"property": "jcr:title",
 								"type": "String"
 							},
 							"lastModified": {
@@ -153,4 +153,4 @@
 			}
 		}
 	}
-}
\ No newline at end of file
+}

-- 
To stop receiving notification emails like this one, please contact
dklco@apache.org.