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 2019/12/19 21:10:03 UTC

[sling-org-apache-sling-app-cms] 16/17: AEM-7900 fixed corrupted start.json

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

dklco pushed a commit to branch SLING-7900
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit e0b2b83da3026477a60280e3566807e5f4c669fb
Author: JE Bailey <ja...@sas.com>
AuthorDate: Mon Oct 1 15:33:48 2018 -0400

    AEM-7900 fixed corrupted start.json
---
 .../jcr_root/libs/sling-cms/content/start.json     | 83 +++++++++++-----------
 1 file changed, 42 insertions(+), 41 deletions(-)

diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/content/start.json b/ui/src/main/resources/jcr_root/libs/sling-cms/content/start.json
index 2e9aa72..bec8c39 100644
--- a/ui/src/main/resources/jcr_root/libs/sling-cms/content/start.json
+++ b/ui/src/main/resources/jcr_root/libs/sling-cms/content/start.json
@@ -58,50 +58,51 @@
                 "title": "Tools",
                 "links": {
                     "jcr:primaryType": "nt:unstructured",
-                "links": {
-                    "jcr:primaryType": "nt:unstructured",
-                    "bulkreplace": {
-                        "jcr:primaryType": "nt:unstructured",
-                        "link": "/cms/admin/bulkreplace.html",
-                        "text": "Bulk Replace"
-                    },
-                    "contentpackages": {
-                        "jcr:primaryType": "nt:unstructured",
-                        "link": "/bin/packages.html",
-                        "text": "Content Packages"
-                    },
-                    "i18n": {
-                        "jcr:primaryType": "nt:unstructured",
-                        "link": "/cms/i18n/dictionaries.html/etc/i18n",
-                        "text": "Internationalization (i18n)"
-                    },
-                    "loadcontent": {
-                        "jcr:primaryType": "nt:unstructured",
-                        "link": "/cms/admin/loadcontent.html",
-                        "text": "Load Content"
-                    },
-                    "mappings": {
-                        "jcr:primaryType": "nt:unstructured",
-                        "link": "/cms/mappings/list.html/etc/map",
-                        "text": "Mappings"
-                    },
-                    "nodebrowser": {
-                        "jcr:primaryType": "nt:unstructured",
-                        "link": "/bin/browser.html",
-                        "text": "Node Browser"
-                    },
-                    "systemconsole": {
-                        "jcr:primaryType": "nt:unstructured",
-                        "link": "/system/console",
-                        "text": "System Console"
-                    },
-                    "usersgroups": {
+                    "links": {
                         "jcr:primaryType": "nt:unstructured",
-                        "link": "/bin/users.html",
-                        "text": "Users &amp; Groups"
+                        "bulkreplace": {
+                            "jcr:primaryType": "nt:unstructured",
+                            "link": "/cms/admin/bulkreplace.html",
+                            "text": "Bulk Replace"
+                        },
+                        "contentpackages": {
+                            "jcr:primaryType": "nt:unstructured",
+                            "link": "/bin/packages.html",
+                            "text": "Content Packages"
+                        },
+                        "i18n": {
+                            "jcr:primaryType": "nt:unstructured",
+                            "link": "/cms/i18n/dictionaries.html/etc/i18n",
+                            "text": "Internationalization (i18n)"
+                        },
+                        "loadcontent": {
+                            "jcr:primaryType": "nt:unstructured",
+                            "link": "/cms/admin/loadcontent.html",
+                            "text": "Load Content"
+                        },
+                        "mappings": {
+                            "jcr:primaryType": "nt:unstructured",
+                            "link": "/cms/mappings/list.html/etc/map",
+                            "text": "Mappings"
+                        },
+                        "nodebrowser": {
+                            "jcr:primaryType": "nt:unstructured",
+                            "link": "/bin/browser.html",
+                            "text": "Node Browser"
+                        },
+                        "systemconsole": {
+                            "jcr:primaryType": "nt:unstructured",
+                            "link": "/system/console",
+                            "text": "System Console"
+                        },
+                        "usersgroups": {
+                            "jcr:primaryType": "nt:unstructured",
+                            "link": "/bin/users.html",
+                            "text": "Users &amp; Groups"
+                        }
                     }
                 }
             }
         }
     }
-}
\ No newline at end of file
+}