summaryrefslogtreecommitdiffstats
path: root/coolwsd-welcome.xml
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2022-03-21 16:20:35 +0000
committerAndras Timar <andras.timar@collabora.com>2022-03-21 21:34:25 +0100
commit16386b9aaf2a92a0661d3689078de86285894486 (patch)
treec1ac3d7c2674b2660e9c425d5dde13cacbc91a63 /coolwsd-welcome.xml
parentAdd condition for infobar. (diff)
downloadonline-16386b9aaf2a92a0661d3689078de86285894486.tar.gz
online-16386b9aaf2a92a0661d3689078de86285894486.zip
Re-work welcome configuration.
Change-Id: Ia99eb5b587a849d32d7d4f392c15f84db2423e95 Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'coolwsd-welcome.xml')
-rw-r--r--coolwsd-welcome.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/coolwsd-welcome.xml b/coolwsd-welcome.xml
new file mode 100644
index 0000000000..160f5df4a3
--- /dev/null
+++ b/coolwsd-welcome.xml
@@ -0,0 +1,5 @@
+ <welcome>
+ <enable type="bool" desc="Controls whether the welcome screen should be shown to the users on new install and updates." default="false">false</enable>
+ <enable_button type="bool" desc="Controls whether the welcome screen should have an explanatory button instead of an X button to close the dialog." default="true">true</enable_button>
+ <path desc="Path to 'welcome-$lang.html' files served on first start or when the version changes. When empty, defaults to the Release notes." type="path" relative="true" default="browser/welcome"></path>
+ </welcome>