Skip to content

Commit

Permalink
Merge pull request #52 from venkykandagaddala/cbrelease-4.8.18
Browse files Browse the repository at this point in the history
added missing footer configuration
  • Loading branch information
venkykandagaddala authored Oct 3, 2024
2 parents b35567c + ffe6900 commit 34f398c
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 34f398c

Please sign in to comment.