diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2019-03-11 22:40:32 -0400 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-03-13 22:49:17 +0100 |
commit | ed901c336ff0b99291ffe53be6bd762abcccf55c (patch) | |
tree | 8f51dbc782410a9a75e5268e584b7e872404de22 /officecfg | |
parent | 1634a6d926c6cfd8fe92be1f3ae6083d2fb80f5e (diff) |
Make the Help URL configurable
When the Help URL is blank, the Help
buttons are hidden LOK (but not desktop).
Change-Id: Ibd76452108d1e3a92fb43f2c0af0586b0cbed073
Reviewed-on: https://gerrit.libreoffice.org/69071
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/69142
Tested-by: Jenkins
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index b36f0bddb972..4b1958bf9357 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -3592,6 +3592,13 @@ </info> <value>Default</value> </prop> + <prop oor:name="HelpRootURL" oor:type="xs:string" oor:nillable="false"> + <info> + <desc>Specifies the root URL to the Office help pages. Blank disables + Help buttons on dialogs in LibreOffice Online.</desc> + </info> + <value>https://help.libreoffice.com/help.html?</value> + </prop> <group oor:name="StartCenter"> <info> <desc>Contains settings for the start center.</desc> |