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

[ehn] Add libreoffice choise

This commit is contained in:
Rafi59 2017-06-25 15:17:02 +02:00 committed by GitHub
parent 70a64fae41
commit 950035fdd7

View file

@ -68,14 +68,13 @@
},
"default": true
},
{
"name": "abiword",
"type": "boolean",
"ask": {
"en": "Use abiword (~260Mo) to expand export possibilities (pdf, doc) ?",
"fr": "Utiliser abiword (~260Mo) pour étendre les possibilités d'export (pdf, doc) ?"
},
"default": false
"name": "",
"ask": {
"en": "Choose abiword or libreoffice (more stable)",
"fr": "Choisissez abiword ou libreoffice (plus stable)"
},
"choices" : ["abiword", "libreoffice"],
"default" : "libreoffice"
}
]
}