1
0
Fork 0
mirror of https://ark.sudovanilla.org/Korbs/butterflyvu.git synced 2024-12-22 15:23:54 +00:00
butterflyvu/config.json

58 lines
1.3 KiB
JSON
Raw Normal View History

2024-06-11 01:36:01 +00:00
{
"SiteSettings": {
"OrgName": "SudoVanilla",
"SiteName": "ButterflyVu Demo",
"SiteProtocol": "http",
"SiteDomain": "localhost:2014",
"SiteBase": "",
2024-12-12 22:49:19 +00:00
"MetaColor": "#161616",
"WhiteLabel": "true",
"FooterVersion": "true"
},
"FeelbackConfig": {
"Enabled": false,
"ContentSetId": "566e8b96-c65e-4bf7-87df-d22a9f4994a2",
"Present": "like-dislike",
"Question": "Did this article help?",
"Answer": "Thank you for your feedback."
},
2024-06-11 01:36:01 +00:00
"HeaderItems": [
{
2024-08-24 04:45:23 +00:00
"text": "Syntax",
"link": "/syntax/"
2024-06-11 01:36:01 +00:00
},
{
2024-09-18 03:07:39 +00:00
"text": "Components",
"link": "/components/"
2024-06-11 01:36:01 +00:00
},
{
"text": "Link",
"link": "#"
}
],
"SidebarItems": [
{
"heading": "Heading"
},
{
2024-08-24 04:45:23 +00:00
"text": "Syntax",
2024-12-12 01:42:00 +00:00
"link": "/syntax/"
2024-06-11 01:36:01 +00:00
},
{
2024-09-18 03:07:39 +00:00
"text": "Components",
"link": "/components/"
2024-06-11 01:36:01 +00:00
},
{
"text": "Document Title",
"link": "#"
},
{
"text": "Document Title",
"link": "#"
},
{
"text": "Document Title",
"link": "#"
}
]
}