summaryrefslogtreecommitdiff
path: root/loolwsd.xml.in
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-11-09 13:55:50 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-11-09 13:56:02 +0100
commitc74c9e39c8821e02a51507cc9c811aaa2062237a (patch)
tree7479cae1314f4c1c61192c7b22394133a6026c94 /loolwsd.xml.in
parentbf9df8d2bdd032927559c771b2184e8db036e33f (diff)
Disable document signing via config setting
It's not too easy to customize CSS, so move the top position of the document container to loleaflet.html, where it's convenient to handle this. JS can dynamically query if the menu item should be there, similar to the about dialog. Change-Id: I4b2799a41f8ad31e3a9b4983fd1947d2e0363a2b
Diffstat (limited to 'loolwsd.xml.in')
-rw-r--r--loolwsd.xml.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/loolwsd.xml.in b/loolwsd.xml.in
index 54cda7e63..6842a782c 100644
--- a/loolwsd.xml.in
+++ b/loolwsd.xml.in
@@ -17,6 +17,7 @@
<num_prespawn_children desc="Number of child processes to keep started in advance and waiting for new clients." type="uint" default="1">1</num_prespawn_children>
<per_document desc="Document-specific settings, including LO Core settings.">
<max_concurrency desc="The maximum number of threads to use while processing a document." type="uint" default="4">4</max_concurrency>
+ <document_signing desc="If true show the document signing menu item." type="bool" default="false">false</document_signing>
<idle_timeout_secs desc="The maximum number of seconds before unloading an idle document. Defaults to 1 hour." type="uint" default="3600">3600</idle_timeout_secs>
<!-- Idle save and auto save are checked every 30 seconds -->
<idlesave_duration_secs desc="The number of idle seconds after which document, if modified, should be saved. Defaults to 30 seconds." type="uint" default="30">30</idlesave_duration_secs>