mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
Sets default settings.
This commit is contained in:
parent
ade6cf8e0b
commit
ce3ef3a195
1 changed files with 4 additions and 4 deletions
|
@ -63,7 +63,7 @@ var H5AI_CONFIG = {
|
||||||
* in each folder.
|
* in each folder.
|
||||||
*/
|
*/
|
||||||
"custom": {
|
"custom": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"header": "_h5ai.header.html",
|
"header": "_h5ai.header.html",
|
||||||
"footer": "_h5ai.footer.html"
|
"footer": "_h5ai.footer.html"
|
||||||
},
|
},
|
||||||
|
@ -77,7 +77,7 @@ var H5AI_CONFIG = {
|
||||||
* Supported formats: "tar", "zip".
|
* Supported formats: "tar", "zip".
|
||||||
*/
|
*/
|
||||||
"download": {
|
"download": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"execution": "shell",
|
"execution": "shell",
|
||||||
"format": "zip"
|
"format": "zip"
|
||||||
},
|
},
|
||||||
|
@ -102,7 +102,7 @@ var H5AI_CONFIG = {
|
||||||
* appropriate default index file.
|
* appropriate default index file.
|
||||||
*/
|
*/
|
||||||
"folderstatus": {
|
"folderstatus": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"folders": {}
|
"folders": {}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -131,7 +131,7 @@ var H5AI_CONFIG = {
|
||||||
* Show QRCodes on hovering files.
|
* Show QRCodes on hovering files.
|
||||||
*/
|
*/
|
||||||
"qrcode": {
|
"qrcode": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"size": 150
|
"size": 150
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue