From 950035fdd704d9cddde73df293e589021130e76e Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Sun, 25 Jun 2017 15:17:02 +0200 Subject: [PATCH] [ehn] Add libreoffice choise --- manifest.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index ef75159..1cf7b46 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } ] }