move DisableMultiLanguage parameter to UI

This commit is contained in:
tekh 2025-09-29 10:37:27 +02:00
parent 341cb175a9
commit ec30c86da1
2 changed files with 1 additions and 1 deletions

View File

@ -89,6 +89,7 @@
"FIClass": "fi-us" "FIClass": "fi-us"
} }
], ],
"DisableMultiLanguage": false,
"Regexes": [ "Regexes": [
{ {
"Pattern": "/^\\p{L}+(?:([\\ \\-\\']|(\\.\\ ))\\p{L}+)*$/u", "Pattern": "/^\\p{L}+(?:([\\ \\-\\']|(\\.\\ ))\\p{L}+)*$/u",

View File

@ -62,7 +62,6 @@
} }
] ]
}, },
"DisableMultiLanguage": false,
"TFARegParams": { "TFARegParams": {
"TimeLimit": "90.00:00:00" "TimeLimit": "90.00:00:00"
} }