DEV: Add site setting for Discourse Discover (#25266)
This commit is contained in:
parent
1f81e8d857
commit
d7a341c965
|
@ -1754,6 +1754,7 @@ en:
|
||||||
log_out_strict: "When logging out, log out ALL sessions for the user on all devices"
|
log_out_strict: "When logging out, log out ALL sessions for the user on all devices"
|
||||||
version_checks: "Ping the Discourse Hub for version updates and show new version messages on the <a href='%{base_path}/admin' target='_blank'>/admin</a> dashboard"
|
version_checks: "Ping the Discourse Hub for version updates and show new version messages on the <a href='%{base_path}/admin' target='_blank'>/admin</a> dashboard"
|
||||||
new_version_emails: "Send an email to the contact_email address when a new version of Discourse is available."
|
new_version_emails: "Send an email to the contact_email address when a new version of Discourse is available."
|
||||||
|
include_in_discourse_discover: "Let CDCK, Inc. (“Discourse”) feature this community on the Discover page and in Discourse marketing materials. By doing so, you will share community metadata and anonymized usage statistics with Discourse. Please note that the promotion of communities is at Discourse’s discretion."
|
||||||
|
|
||||||
invite_expiry_days: "How long user invitation keys are valid, in days"
|
invite_expiry_days: "How long user invitation keys are valid, in days"
|
||||||
|
|
||||||
|
|
|
@ -2534,6 +2534,8 @@ uncategorized:
|
||||||
version_checks:
|
version_checks:
|
||||||
client: true
|
client: true
|
||||||
default: true
|
default: true
|
||||||
|
include_in_discourse_discover:
|
||||||
|
default: false
|
||||||
new_version_emails: true
|
new_version_emails: true
|
||||||
send_welcome_message: true
|
send_welcome_message: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue