diff options
author | Henry Castro <hcastro@collabora.com> | 2022-11-21 21:27:24 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2023-01-30 22:12:31 +0000 |
commit | 9d4ac7d73c036d8e8bdf5418919c1bfd2062ed6d (patch) | |
tree | 43f639979caa1cde5a498bba6913c58a6d88c738 /officecfg | |
parent | 1fb964276c184b0fb052503fe7dbc05bf0331211 (diff) |
svtools: add new entry "RestProtocol"
Custom Rest API protocol
Signed-off-by: Henry Castro <hcastro@collabora.com>
Change-Id: If2f72330f2ed9768f230dc88296df7f757be263a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143105
Reviewed-by: Ashod Nakashian <ash@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145595
Tested-by: Jenkins
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs index 968c9554fde7..f58d7c15e850 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs @@ -429,6 +429,12 @@ </info> <value>true</value> </prop> + <prop oor:name="RestProtocol" oor:type="xs:string"> + <info> + <desc>LanguageTool Grammar Checker REST API protocol</desc> + <label>REST API protocol</label> + </info> + </prop> </group> </group> <group oor:name="Translation"> |