Add configuration for Header and Footer to use
This commit is contained in:
parent
f8bfd97a1e
commit
f90bb0165b
3 changed files with 82 additions and 17 deletions
55
config.json
Normal file
55
config.json
Normal file
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"Meta": {
|
||||
"Name": "Company Name",
|
||||
"Slogan": "A company slogan goes here.",
|
||||
"LegalName": "Company Name LLC",
|
||||
"CopyrightDate": "2024 - 2025"
|
||||
},
|
||||
"Logo": {
|
||||
"Favicon": "/favicon.png",
|
||||
"HeaderLight": "/LogoHeaderLight.svg",
|
||||
"HeaderDark": "/LogoHeaderDark.svg",
|
||||
"FooterLight": "/LogoFooterLight.png",
|
||||
"FooterDark": "/LogoFooterDark.png"
|
||||
},
|
||||
"Menu": {
|
||||
"Center": [
|
||||
{
|
||||
"Name": "Webpage",
|
||||
"Link": "#"
|
||||
},
|
||||
{
|
||||
"Name": "Webpage",
|
||||
"Link": "#"
|
||||
},
|
||||
{
|
||||
"Name": "Webpage",
|
||||
"Link": "#"
|
||||
},
|
||||
{
|
||||
"Name": "Webpage",
|
||||
"Link": "#"
|
||||
}
|
||||
],
|
||||
"End": [
|
||||
{
|
||||
"Name": "Contact Us",
|
||||
"Link": "#"
|
||||
}
|
||||
],
|
||||
"FooterBottom": [
|
||||
{
|
||||
"Name": "Legal Document",
|
||||
"Link": "#"
|
||||
},
|
||||
{
|
||||
"Name": "Privacy Policy",
|
||||
"Link": "#"
|
||||
},
|
||||
{
|
||||
"Name": "Cookies Policy",
|
||||
"Link": "#"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue