diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2018-09-20 17:16:28 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2018-09-20 21:44:48 +0200 |
commit | 4cc71fef5a4fd05b2ee2953dd8a297ffffff29a0 (patch) | |
tree | fc2d56b6bc9383c2b3fd88d4d33a57a07b37d421 /officecfg | |
parent | 66232248ff55639052ddb76918d555e21dc9c46b (diff) |
Use slug instead of name to store Personas
Persona names aren't necessarily unique,
but the slug is a unique id (also called pretty name)
for personas.
It can also be directly used to retrieve/reach the original
url of an installed persona.
Change-Id: Ieb81671a0fd654a727063d00a4f78a3b5cb29cbd
Reviewed-on: https://gerrit.libreoffice.org/60821
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 948fddc7cc31..d7c01d389780 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -810,6 +810,11 @@ <info> <desc>Stores the details of the installed personas.</desc> </info> + <prop oor:name="Slug" oor:type="xs:string" oor:nillable="false"> + <info> + <desc>Unique pretty id of the persona, also part of its url</desc> + </info> + </prop> <prop oor:name="Name" oor:type="xs:string" oor:nillable="false"> <info> <desc>The Persona's name</desc> |