This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d1e564  SLING-8616 - Add basic extensibility model
0d1e564 is described below

commit 0d1e56482ab41b4e7a96d710b7f6926cfd1892aa
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Aug 6 16:13:31 2019 +0300

    SLING-8616 - Add basic extensibility model
    
    Fix syntax error in JSON file.
---
 src/main/resources/content/ROOT.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/content/ROOT.json 
b/src/main/resources/content/ROOT.json
index 0349b63..04d3e27 100644
--- a/src/main/resources/content/ROOT.json
+++ b/src/main/resources/content/ROOT.json
@@ -8,7 +8,7 @@
             "sling:resourceType": "sling/starter/home",
                "jcr:resourceType": "sling:Folder",
                "sidebar-extensions" : {
-                       "sling:resourceType": 
"sling/starter/sidebar-extensions",
+                       "sling:resourceType": "sling/starter/sidebar-extensions"
                }
         }
     }

Reply via email to