Skip to content

Commit

Permalink
added missing footer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
venkykandagaddala committed Oct 3, 2024
1 parent 4935f17 commit ffe6900
Showing 1 changed file with 30 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{

"topRightNavConfig": [
{
"id": 1,
Expand All @@ -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"
}
]
}

0 comments on commit ffe6900

Please sign in to comment.