diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-03-25 18:57:30 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-03-25 18:57:30 +0200 |
commit | 33eadba6ef703c1fb0a8f4bffe49ccea224fb77f (patch) | |
tree | a965354eace799baaed780e3c5d4cf1cc49896ae /indra/newview/app_settings/settings.xml | |
parent | fee2c14873dd47aaf805baa2e6e0c5b0de5870ca (diff) |
SL-15028 Guidebook floater
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index c0166f158e..4610cd58af 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -4725,6 +4725,17 @@ <key>Value</key> <string>https://search.[GRID]/viewer/[CATEGORY]/?q=[QUERY]&p=[AUTH_TOKEN]&r=[MATURITY]&lang=[LANGUAGE]&g=[GODLIKE]&sid=[SESSION_ID]&rid=[REGION_ID]&pid=[PARCEL_ID]&channel=[CHANNEL]&version=[VERSION]&major=[VERSION_MAJOR]&minor=[VERSION_MINOR]&patch=[VERSION_PATCH]&build=[VERSION_BUILD]</string> </map> + <key>GuidebookURL</key> + <map> + <key>Comment</key> + <string>URL for Guidebook content</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>String</string> + <key>Value</key> + <string>https://guidebooks.secondlife.io/welcome</string> + </map> <key>HighResSnapshot</key> <map> <key>Comment</key> |