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 db8125d Updatedto show the default site title
db8125d is described below
commit db8125da074b7839701805131ba95155bad9e92b
Author: Dan Klco <[email protected]>
AuthorDate: Fri May 11 14:40:18 2018 -0600
Updatedto show the default site title
---
cms/ui/src/main/resources/jcr_root/conf/global.json | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/cms/ui/src/main/resources/jcr_root/conf/global.json
b/cms/ui/src/main/resources/jcr_root/conf/global.json
index f640745..37e62ed 100644
--- a/cms/ui/src/main/resources/jcr_root/conf/global.json
+++ b/cms/ui/src/main/resources/jcr_root/conf/global.json
@@ -78,10 +78,7 @@
"site": {
"jcr:primaryType": "sling:Config",
"sling:resourceType": "sling-cms/components/cms/siteconfig",
- "jcr:content": {
- "jcr:primaryType": "nt:unstructured",
- "jcr:title": "Default Site Configuration"
- },
+ "jcr:title": "Default Site Configuration",
"rewrite": {
"jcr:primaryType": "nt:unstructured",
"doctype": "<!DOCTYPE html>",
--
To stop receiving notification emails like this one, please contact
[email protected].