1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

fixed public site argument in manifest

This commit is contained in:
Bachir Soussi Chiadmi 2016-07-11 09:09:29 +02:00
parent d38004c320
commit b288a683bc

View file

@ -42,14 +42,14 @@
"default": "/pad"
},
{
"name": "public_site",
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public Etherpad ?",
"fr": "Etherpad est-il public?"
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
"default": true
},
]
}
}