[util-iso-image] add missing API value

This commit is contained in:
Philip Müller 2020-05-20 17:31:55 +02:00
parent 34b9a4ee30
commit c1ad19e8db

View file

@ -222,6 +222,17 @@ images:
# installer is actually writing to disk and doing other slow things).
slideshow: "show.qml"
# There are two available APIs for the slideshow:
# - 1 (the default) loads the entire slideshow when the installation-
# slideshow page is shown and starts the QML then. The QML
# is never stopped (after installation is done, times etc.
# continue to fire).
# - 2 loads the slideshow on startup and calls onActivate() and
# onLeave() in the root object. After the installation is done,
# the show is stopped (first by calling onLeave(), then destroying
# the QML components).
slideshowAPI: 2
# Colors for text and background components.
#
# - sidebarBackground is the background of the sidebar