Add option (on by default) to allow toots with content warnings to trend

This commit is contained in:
Claire
2022-02-26 10:45:44 +01:00
parent c6df6686af
commit 756f1b6615
5 changed files with 10 additions and 1 deletions

View File

@@ -86,6 +86,9 @@
.fields-group
= f.input :trendable_by_default, as: :boolean, wrapper: :with_label, label: t('admin.settings.trendable_by_default.title'), hint: t('admin.settings.trendable_by_default.desc_html')
.fields-group
= f.input :trending_status_cw, as: :boolean, wrapper: :with_label, label: t('admin.settings.trending_status_cw.title'), hint: t('trending_status_cw.desc_html')
.fields-group
= f.input :noindex, as: :boolean, wrapper: :with_label, label: t('admin.settings.default_noindex.title'), hint: t('admin.settings.default_noindex.desc_html')