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