diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2021-01-19 14:37:19 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-01-26 14:43:06 +0100 |
commit | 35713de9d0b4981a019edd25591285d0bc6107db (patch) | |
tree | 2091340c2e245fdc1cdf1a4e01017ae452473699 /officecfg | |
parent | 6226d29d576c87a6bea03690badb4cef18ec4a88 (diff) |
Make brand image clickable
and link to LibreOffice volunteer page
Change-Id: Ie422983d0e23faa16c2e2364b25798b938712a43
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109637
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 3 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 83335726c843..237348be96cb 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -363,6 +363,9 @@ <prop oor:name="InstallJavaURL" oor:type="xs:string"> <value>https://hub.libreoffice.org/InstallJava/</value> </prop> + <prop oor:name="VolunteerURL" oor:type="xs:string"> + <value>https://hub.libreoffice.org/volunteersupport/</value> + </prop> </node> <node oor:name="Forms"> <node oor:name="ControlLayout"> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index de96a9477b37..be60d3d19ec3 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2111,6 +2111,11 @@ <desc>Specifies the URL used with the UNO command SendFeedback (SID_SEND_FEEDBACK).</desc> </info> </prop> + <prop oor:name="VolunteerURL" oor:type="xs:string" oor:nillable="false"> + <info> + <desc>Specifies the URL opened per click on the brand image at the start center.</desc> + </info> + </prop> <prop oor:name="QA_URL" oor:type="xs:string" oor:nillable="false"> <info> <desc>Specifies the URL used with the UNO command QuestionAnswers (SID_Q_AND_A).</desc> |