summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2022-01-20 13:05:39 +0100
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2022-01-20 16:45:32 +0100
commit96607133f4457b31ddaee5808c04e96243ed99c6 (patch)
treeebe7737f86711e718ca2a443059ede1e06776d34 /officecfg
parent19e962d15c8febde84e56b10fd09fc22f824b814 (diff)
Move credits link to config
as all other related URLs and replace with a hub link, see https://redmine.documentfoundation.org/issues/3569 Change-Id: Ic30f2a5980ae17b5dfff184ead391b21cff7ab7c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128660 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Common.xcu3
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs5
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 f543b6ebb3c9..4694135efce7 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -360,6 +360,9 @@
<prop oor:name="ReleaseNotesURL" oor:type="xs:string">
<value>https://hub.libreoffice.org/ReleaseNotes/</value>
</prop>
+ <prop oor:name="CreditsURL" oor:type="xs:string">
+ <value>https://hub.libreoffice.org/credits/</value>
+ </prop>
<prop oor:name="HyphenationMissingURL" oor:type="xs:string">
<value>https://hub.libreoffice.org/HyphenationMissing/</value>
</prop>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 2f3846e4e8bf..dd896317adda 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -2103,6 +2103,11 @@
<desc>Specifies the URL used with the UNO command WhatsNew (SID_WHATSNEW).</desc>
</info>
</prop>
+ <prop oor:name="CreditsURL" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the URL for the LibreOffice Credits page.</desc>
+ </info>
+ </prop>
<prop oor:name="HyphenationMissingURL" oor:type="xs:string" oor:nillable="false">
<info>
<desc>Specifies the URL used with the UNO command HyphenationMissing (SID_HYPHENATIONMISSING).</desc>