mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 00:48:45 +08:00
remove unused site setting, not really needed any more
This commit is contained in:
parent
39a524aac8
commit
96183dbf6b
|
@ -1354,7 +1354,6 @@ en:
|
||||||
embed_whitelist_selector: "CSS selector for elements that are allowed in embeds."
|
embed_whitelist_selector: "CSS selector for elements that are allowed in embeds."
|
||||||
embed_blacklist_selector: "CSS selector for elements that are removed from embeds."
|
embed_blacklist_selector: "CSS selector for elements that are removed from embeds."
|
||||||
notify_about_flags_after: "If there are flags that haven't been handled after this many hours, send an email to the contact_email. Set to 0 to disable."
|
notify_about_flags_after: "If there are flags that haven't been handled after this many hours, send an email to the contact_email. Set to 0 to disable."
|
||||||
enable_cdn_js_debugging: "Allow /logs to display proper errors by adding crossorigin permissions on all js includes."
|
|
||||||
show_create_topics_notice: "If the site has fewer than 5 public topics, show a notice asking admins to create some topics."
|
show_create_topics_notice: "If the site has fewer than 5 public topics, show a notice asking admins to create some topics."
|
||||||
|
|
||||||
delete_drafts_older_than_n_days: Delete drafts older than (n) days.
|
delete_drafts_older_than_n_days: Delete drafts older than (n) days.
|
||||||
|
|
|
@ -1197,8 +1197,6 @@ uncategorized:
|
||||||
|
|
||||||
notify_about_flags_after: 48
|
notify_about_flags_after: 48
|
||||||
|
|
||||||
enable_cdn_js_debugging: false
|
|
||||||
|
|
||||||
show_create_topics_notice:
|
show_create_topics_notice:
|
||||||
client: true
|
client: true
|
||||||
default: true
|
default: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user