forked from Ivasoft/mattermost-mobile
Gekidou - fix about screen - wrong i18n key (#6586)
* added schemaVersion and fix wrong i18n id * i18n extract
This commit is contained in:
7
types/api/config.d.ts
vendored
7
types/api/config.d.ts
vendored
@@ -51,8 +51,8 @@ interface ClientConfig {
|
||||
EnableConfirmNotificationsToChannel: string;
|
||||
EnableCustomBrand: string;
|
||||
EnableCustomEmoji: string;
|
||||
EnableCustomUserStatuses: string;
|
||||
EnableCustomTermsOfService: string;
|
||||
EnableCustomUserStatuses: string;
|
||||
EnableDeveloper: string;
|
||||
EnableDiagnostics: string;
|
||||
EnableEmailBatching: string;
|
||||
@@ -62,8 +62,8 @@ interface ClientConfig {
|
||||
EnableGifPicker: string;
|
||||
EnableGuestAccounts: string;
|
||||
EnableIncomingWebhooks: string;
|
||||
EnableLatex: string;
|
||||
EnableInlineLatex: string;
|
||||
EnableLatex: string;
|
||||
EnableLdap: string;
|
||||
EnableLinkPreviews: string;
|
||||
EnableMarketplace: string;
|
||||
@@ -139,8 +139,8 @@ interface ClientConfig {
|
||||
LdapPositionAttributeSet: string;
|
||||
LockTeammateNameDisplay: string;
|
||||
MaxFileSize: string;
|
||||
MaxPostSize: string;
|
||||
MaxNotificationsPerChannel: string;
|
||||
MaxPostSize: string;
|
||||
MinimumHashtagLength: string;
|
||||
OpenIdButtonColor: string;
|
||||
OpenIdButtonText: string;
|
||||
@@ -165,6 +165,7 @@ interface ClientConfig {
|
||||
SamlLoginButtonTextColor: string;
|
||||
SamlNicknameAttributeSet: string;
|
||||
SamlPositionAttributeSet: string;
|
||||
SchemaVersion: string;
|
||||
SendEmailNotifications: string;
|
||||
SendPushNotifications: string;
|
||||
ShowEmailAddress: string;
|
||||
|
||||
Reference in New Issue
Block a user