mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 22:16:00 -04:00
Changes options for dev.
This commit is contained in:
parent
4be6e0f4c3
commit
a45725052b
2 changed files with 3 additions and 4 deletions
|
@ -77,7 +77,6 @@
|
||||||
<attribute name="tofile" />
|
<attribute name="tofile" />
|
||||||
<sequential>
|
<sequential>
|
||||||
<wepp-args args="--inFile '@{file}' --outFile '@{toFile}'" />
|
<wepp-args args="--inFile '@{file}' --outFile '@{toFile}'" />
|
||||||
<bytes file="@{file}" toFile="@{toFile}" />
|
|
||||||
</sequential>
|
</sequential>
|
||||||
</macrodef>
|
</macrodef>
|
||||||
|
|
||||||
|
|
|
@ -112,20 +112,20 @@ var H5AI_CONFIG = {
|
||||||
* Requires PHP on the server.
|
* Requires PHP on the server.
|
||||||
* Enable zipped download of selected entries.
|
* Enable zipped download of selected entries.
|
||||||
*/
|
*/
|
||||||
"zippedDownload": false,
|
"zippedDownload": true,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Show QRCodes on hovering files.
|
* Show QRCodes on hovering files.
|
||||||
* Set this to the desired size in pixel or null to not display QRCodes.
|
* Set this to the desired size in pixel or null to not display QRCodes.
|
||||||
* A good size to start with might be 150.
|
* A good size to start with might be 150.
|
||||||
*/
|
*/
|
||||||
"qrCodesSize": null,
|
"qrCodesSize": 150,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Allow filtering the displayed files and folders.
|
* Allow filtering the displayed files and folders.
|
||||||
* Filters are ment to be JavaScript regular expressions.
|
* Filters are ment to be JavaScript regular expressions.
|
||||||
*/
|
*/
|
||||||
"showFilter": false
|
"showFilter": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue