refactor(appsettings) verschiebt DispatcherConfig in die Nähe von Mail config
This commit is contained in:
parent
5a1263ee3a
commit
1619801526
@ -96,12 +96,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"DisableMultiLanguage": false,
|
"DisableMultiLanguage": false,
|
||||||
"DispatcherConfig": {
|
|
||||||
"SendingProfile": 1,
|
|
||||||
"AddedWho": "DDEnvelopGenerator",
|
|
||||||
"ReminderTypeId": 202377,
|
|
||||||
"EmailAttmt1": ""
|
|
||||||
},
|
|
||||||
"Regexes": [
|
"Regexes": [
|
||||||
{
|
{
|
||||||
"Pattern": "/^\\p{L}+(?:([\\ \\-\\']|(\\.\\ ))\\p{L}+)*$/u",
|
"Pattern": "/^\\p{L}+(?:([\\ \\-\\']|(\\.\\ ))\\p{L}+)*$/u",
|
||||||
@ -119,6 +113,12 @@
|
|||||||
"ShowPageClass": "dd-show-logo",
|
"ShowPageClass": "dd-show-logo",
|
||||||
"LockedPageClass": "dd-locked-logo"
|
"LockedPageClass": "dd-locked-logo"
|
||||||
},
|
},
|
||||||
|
"DispatcherConfig": {
|
||||||
|
"SendingProfile": 1,
|
||||||
|
"AddedWho": "DDEnvelopGenerator",
|
||||||
|
"ReminderTypeId": 202377,
|
||||||
|
"EmailAttmt1": ""
|
||||||
|
},
|
||||||
"MailConfig": {
|
"MailConfig": {
|
||||||
"Placeholders": {
|
"Placeholders": {
|
||||||
"[NAME_PORTAL]": "signFlow",
|
"[NAME_PORTAL]": "signFlow",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user