From a7feb620d1bf977ac69b477b62446fc3cebefb7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Sun, 4 Aug 2019 07:28:56 +0200 Subject: [PATCH] [officechooser] add conf --- src/modules/officechooser/officechooser.conf | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/modules/officechooser/officechooser.conf diff --git a/src/modules/officechooser/officechooser.conf b/src/modules/officechooser/officechooser.conf new file mode 100644 index 000000000..b4e48c995 --- /dev/null +++ b/src/modules/officechooser/officechooser.conf @@ -0,0 +1,21 @@ +# Configuration for the low-density software chooser +--- +# The packagechooser writes a GlobalStorage value for the choice that +# has been made. The key is *packagechooser_*. If *id* is set here, +# it is substituted into the key name. If it is not set, the module's +# instance name is used; see the *instances* section of `settings.conf`. +# If there is just one packagechooser module, and no *id* is set, +# resulting GS key is probably *packagechooser_packagechooser*. +# +# The GS value is a comma-separated list of the IDs of the selected +# packages, or an empty string if none is selected. +# +# id: "" + +# Software selection mode, to set whether the software packages +# can be chosen singly, or multiply. +# +# Possible modes are "optional", "required" (for zero or one) +# or "optionalmultiple", "requiredmultiple" (for zero-or-more +# or one-or-more). +mode: required