formatting in src/modules/packagechooser/packagechooser.conf

main
bill-auger 6 years ago
parent 2bb338b5f6
commit cde210e61c

@ -45,19 +45,21 @@ labels:
# setting the value of *packagechooser_<module-id>*. The following fields # setting the value of *packagechooser_<module-id>*. The following fields
# are mandatory: # are mandatory:
# #
# - *id* ID for the product. The ID "" is special, and is used for # - *id* : ID for the product. The ID "" is special, and is used for
# "no package selected". Only include this if the mode allows # "no package selected". Only include this if the mode allows
# selecting none. # selecting none.
# - *package* Package name for the product. While mandatory, this is # - *package* : Package name for the product. While mandatory, this is
# not actually used anywhere. # not actually used anywhere.
# - *name* Human-readable name of the product. To provide translations, # - *name* : Human-readable name of the product. To provide translations,
# add a *[lang]* decoration as part of the key name, e.g. `name[nl]` # add a *[lang]* decoration as part of the key name,
# for Dutch. The list of usable languages can be found in # e.g. `name[nl]` for Dutch.
# `CMakeLists.txt` or as part of the debug output of Calamares. # The list of usable languages can be found in
# - *description* Human-readable description. These can be translated # `CMakeLists.txt` or as part of the debug output of Calamares.
# as well. # - *description* : Human-readable description. These can be translated
# - *screenshot* Path to a single screenshot of the product. May be # as well.
# a filesystem path or a QRC path (e.g. ":/images/no-selection.png"). # - *screenshot* : Path to a single screenshot of the product. May be
# a filesystem path or a QRC path,
# e.g. ":/images/no-selection.png".
# #
# Use the empty string "" as ID / key for the "no selection" item if # Use the empty string "" as ID / key for the "no selection" item if
# you want to customize the display of that item as well. # you want to customize the display of that item as well.
@ -66,7 +68,7 @@ labels:
# key which points to an AppData XML file in the local filesystem. # key which points to an AppData XML file in the local filesystem.
# This file is parsed to provide the id (from AppData id), name # This file is parsed to provide the id (from AppData id), name
# (from AppData name), description (from AppData description paragraphs # (from AppData name), description (from AppData description paragraphs
# or the summary entries), and a screenshot (the defautl screenshot # or the summary entries), and a screenshot (the default screenshot
# from AppData). No package is set (but that is unused anyway). # from AppData). No package is set (but that is unused anyway).
# #
# AppData may contain IDs that are not useful inside Calamares, # AppData may contain IDs that are not useful inside Calamares,

Loading…
Cancel
Save