mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-05 21:07:26 +02:00
Sets default settings.
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user