Make 'DisableBotsWhenOwnerIsDeactivated' and 'HelpLink' editable in Cloud (#20571)
Automatic Merge
Этот коммит содержится в:
@@ -365,7 +365,7 @@ type ServiceSettings struct {
|
|||||||
ExperimentalEnableHardenedMode *bool `access:"experimental_features"`
|
ExperimentalEnableHardenedMode *bool `access:"experimental_features"`
|
||||||
ExperimentalStrictCSRFEnforcement *bool `access:"experimental_features,write_restrictable,cloud_restrictable"`
|
ExperimentalStrictCSRFEnforcement *bool `access:"experimental_features,write_restrictable,cloud_restrictable"`
|
||||||
EnableEmailInvitations *bool `access:"authentication_signup"`
|
EnableEmailInvitations *bool `access:"authentication_signup"`
|
||||||
DisableBotsWhenOwnerIsDeactivated *bool `access:"integrations_bot_accounts,write_restrictable,cloud_restrictable"`
|
DisableBotsWhenOwnerIsDeactivated *bool `access:"integrations_bot_accounts"`
|
||||||
EnableBotAccountCreation *bool `access:"integrations_bot_accounts"`
|
EnableBotAccountCreation *bool `access:"integrations_bot_accounts"`
|
||||||
EnableSVGs *bool `access:"site_posts"`
|
EnableSVGs *bool `access:"site_posts"`
|
||||||
EnableLatex *bool `access:"site_posts"`
|
EnableLatex *bool `access:"site_posts"`
|
||||||
@@ -1798,7 +1798,7 @@ type SupportSettings struct {
|
|||||||
TermsOfServiceLink *string `access:"site_customization,write_restrictable,cloud_restrictable"`
|
TermsOfServiceLink *string `access:"site_customization,write_restrictable,cloud_restrictable"`
|
||||||
PrivacyPolicyLink *string `access:"site_customization,write_restrictable,cloud_restrictable"`
|
PrivacyPolicyLink *string `access:"site_customization,write_restrictable,cloud_restrictable"`
|
||||||
AboutLink *string `access:"site_customization,write_restrictable,cloud_restrictable"`
|
AboutLink *string `access:"site_customization,write_restrictable,cloud_restrictable"`
|
||||||
HelpLink *string `access:"site_customization,write_restrictable,cloud_restrictable"`
|
HelpLink *string `access:"site_customization"`
|
||||||
ReportAProblemLink *string `access:"site_customization,write_restrictable,cloud_restrictable"`
|
ReportAProblemLink *string `access:"site_customization,write_restrictable,cloud_restrictable"`
|
||||||
SupportEmail *string `access:"site_notifications"`
|
SupportEmail *string `access:"site_notifications"`
|
||||||
CustomTermsOfServiceEnabled *bool `access:"compliance_custom_terms_of_service"`
|
CustomTermsOfServiceEnabled *bool `access:"compliance_custom_terms_of_service"`
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user