[branding] add slideshowAPI value

This commit is contained in:
Philip Müller 2020-05-29 18:28:31 +02:00
parent 9a4475d779
commit b8c3d15994

View File

@ -78,6 +78,19 @@ images:
# installer is actually writing to disk and doing other slow things). # installer is actually writing to disk and doing other slow things).
slideshow: "show.qml" slideshow: "show.qml"
# There are two available APIs for a QML 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).
#
# An image slideshow does not need to have the API defined.
slideshowAPI: 1
# Colors for text and background components. # Colors for text and background components.
# #
# - sidebarBackground is the background of the sidebar # - sidebarBackground is the background of the sidebar