From ffe6900fbe83097f77d67d0518e94c10a68aa399 Mon Sep 17 00:00:00 2001 From: Venkat Kandagaddala Date: Thu, 3 Oct 2024 18:00:03 +0530 Subject: [PATCH] added missing footer configuration --- .../configurations/page/right-nav-config.json | 31 ++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/iGOT/client-assets/assets/configurations/page/right-nav-config.json b/iGOT/client-assets/assets/configurations/page/right-nav-config.json index aed95c826..1403ee33c 100644 --- a/iGOT/client-assets/assets/configurations/page/right-nav-config.json +++ b/iGOT/client-assets/assets/configurations/page/right-nav-config.json @@ -1,5 +1,4 @@ { - "topRightNavConfig": [ { "id": 1, @@ -26,5 +25,35 @@ "section": "language", "active": true } + ], + "footerSectionConfig": [ + { + "id": 1, + "order": 1, + "sectionHeading": "hubs", + "active": true, + "slug": "hub" + }, + { + "id": 2, + "order": 2, + "sectionHeading": "relatedLinks", + "active": true, + "slug": "link" + }, + { + "id": 3, + "order": 3, + "sectionHeading": "support", + "active": true, + "slug": "support" + }, + { + "id": 4, + "order": 4, + "sectionHeading": "aboutUs", + "active": true, + "slug": "about" + } ] } \ No newline at end of file