1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Updated arguments in manifest

This commit is contained in:
anmol 2018-11-10 19:15:30 +05:30
parent c189044e60
commit 85f857d948

View file

@ -47,7 +47,7 @@
"name": "registration", "name": "registration",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Is registrations are open to everyone?" "en": "Is the registraion open for new users?"
}, },
"default": false "default": false
}, },
@ -55,14 +55,14 @@
"name": "cache", "name": "cache",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Enable media-chache for your instance" "en": "Enable media-cache for your instance"
}, },
"default": true "default": true
}, },
{ {
"name": "size", "name": "size",
"ask": { "ask": {
"en": "Select the cache size (2g,5g,10g,20g,40g,80g)" "en": "Select the cache size. If you did not enabled media-cache in above option then this option will have no effect"
}, },
"choices": ["2g","5g","10g","20g","40g","80g"], "choices": ["2g","5g","10g","20g","40g","80g"],
"default": "5g" "default": "5g"