Skip to content

Commit

Permalink
Configuration documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schwarz authored and hosy committed Jul 24, 2024
1 parent e3eecaa commit ffb28aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/CONFIGURATION.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions doc/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit ffb28aa

Please sign in to comment.