You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
1.6 KiB
JSON

{
"system": {
"version": "0.1.1",
"context": "",
"theme": "hiplab",
"logo": "www/content/_assets/images/logo.png",
"app": {
"debug": true,
"port": 8084,
"threaded": true,
"host": "0.0.0.0"
}
},
"plugins": {
"themes": [
"List",
"Get"
]
},
"layout": {
"root": "www/content",
"index": "index.html",
"on": {
"load": {
"pane": [
"www/content/installation.html"
]
},
"error": {}
},
"icons": {
"comment": "use folder names as keys and fontawesome type as values to add icons to menu"
},
"api": {
"comment": "use keys as uri and function calls as values"
},
"map": [
{}
],
"order": {
"menu": [
"docs",
"about"
]
},
"overwrite": {
"copyright": {
"title": "QCMS - Copyright",
"text": "copyright",
"type": "dialog",
"uri": "www/content/about/copyright.html"
},
"plugins": {
"title": "Build Plugins",
"text": "Build Plugins"
},
"themes": {
"text": "Change Themes"
},
"overview": {
"text": "Why QCMS",
"uri": "www/content/index.html"
},
"license": {
"type": "dialog",
"text": "License",
"title": "QCMS License - MIT"
}
},
"header": {
"logo": true,
"title": "QCMS",
"subtitle": "Powered by - Python/Flask"
},
"footer": [
{
"text": "Designed & Built by Steve L. Nyemba"
},
{
"text": "Powered By QCMS"
}
]
}
}