-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e3eecaa
commit ffb28aa
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -928,7 +928,6 @@ | |
"categoryTag" : "branding", | ||
"classIdentifier" : "branding", | ||
"className" : "Branding", | ||
"defaultValue" : "[email protected]", | ||
"description" : "Email address to send feedback to. Set to `null` to disable this feature.", | ||
"flatIdentifier" : "branding.send-feedback-address", | ||
"key" : "send-feedback-address", | ||
|
@@ -942,6 +941,7 @@ | |
"categoryTag" : "branding", | ||
"classIdentifier" : "branding", | ||
"className" : "Branding", | ||
"defaultValue" : "https://owncloud.com/ios-app-feedback", | ||
"description" : "URL to open when selecting the \"Send feedback\" option. Allows the use of all placeholders provided in `http.user-agent`.", | ||
"flatIdentifier" : "branding.send-feedback-url", | ||
"key" : "send-feedback-url", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -570,15 +570,15 @@ branding.profile-url | |
+ | ||
branding.send-feedback-address | ||
|string | ||
|`[email protected]` | ||
| | ||
|Email address to send feedback to. Set to `null` to disable this feature. | ||
|advanced `candidate` | ||
|
||
|**Feedback URL** + | ||
+ | ||
branding.send-feedback-url | ||
|string | ||
| | ||
|`https://owncloud.com/ios-app-feedback` | ||
|URL to open when selecting the "Send feedback" option. Allows the use of all placeholders provided in `http.user-agent`. | ||
|advanced `candidate` | ||
|
||
|