-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch release/v8.2.0 into develop
- Loading branch information
Showing
5 changed files
with
39 additions
and
32 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 |
---|---|---|
|
@@ -37,12 +37,12 @@ | |
"notification": { | ||
"rules": { | ||
"licenseExpirationWarning": { | ||
"enable": true, | ||
"enable": false, | ||
"transportType": [ | ||
"email" | ||
], | ||
"template": { | ||
"title": "License expiration warning", | ||
"title": "%s Docs license expiration warning", | ||
"body": "Attention! Your license is about to expire on %s.\nUpon reaching this date, you will no longer be entitled to receive personal technical support and install new Docs versions released after this date." | ||
}, | ||
"policies": { | ||
|
@@ -55,33 +55,33 @@ | |
"email" | ||
], | ||
"template": { | ||
"title": "License expiration warning", | ||
"title": "%s Docs license expiration warning", | ||
"body": "Attention! Your license expired on %s.\nYou are no longer entitled to receive personal technical support and install new Docs versions released after this date.\nPlease contact [email protected] to discuss license renewal." | ||
}, | ||
"policies": { | ||
"repeatInterval": "1d" | ||
} | ||
}, | ||
"licenseLimitEdit": { | ||
"enable": true, | ||
"enable": false, | ||
"transportType": [ | ||
"email" | ||
], | ||
"template": { | ||
"title": "License connection limit warning", | ||
"title": "%s Docs license connection limit warning", | ||
"body": "Attention! You have reached %s%% of the %s limit set by your license." | ||
}, | ||
"policies": { | ||
"repeatInterval": "1h" | ||
} | ||
}, | ||
"licenseLimitLiveViewer": { | ||
"enable": true, | ||
"enable": false, | ||
"transportType": [ | ||
"email" | ||
], | ||
"template": { | ||
"title": "License connection limit warning", | ||
"title": "%s Docs license connection limit warning", | ||
"body": "Attention! You have reached %s%% of the live viewer %s limit set by your license." | ||
}, | ||
"policies": { | ||
|
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
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
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
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