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:
parent
70a64fae41
commit
950035fdd7
1 changed files with 7 additions and 8 deletions
|
@ -68,14 +68,13 @@
|
|||
},
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"name": "abiword",
|
||||
"type": "boolean",
|
||||
"name": "",
|
||||
"ask": {
|
||||
"en": "Use abiword (~260Mo) to expand export possibilities (pdf, doc) ?",
|
||||
"fr": "Utiliser abiword (~260Mo) pour étendre les possibilités d'export (pdf, doc) ?"
|
||||
"en": "Choose abiword or libreoffice (more stable)",
|
||||
"fr": "Choisissez abiword ou libreoffice (plus stable)"
|
||||
},
|
||||
"default": false
|
||||
"choices" : ["abiword", "libreoffice"],
|
||||
"default" : "libreoffice"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue