Add indexable_local setting
This commit is contained in:
parent
4ebf500e55
commit
90e5d586f3
2 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,7 @@ class UserSettings
|
|||
setting :aggregate_reblogs, default: true
|
||||
setting :theme, default: -> { ::Setting.theme }
|
||||
setting :noindex, default: -> { ::Setting.noindex }
|
||||
setting :indexable_local, default: false
|
||||
setting :noai, default: true
|
||||
setting :bio_markdown, default: false
|
||||
setting :discoverable_local, default: false
|
||||
|
|
|
@ -35,6 +35,9 @@
|
|||
.fields-group
|
||||
= ff.input :indexable, wrapper: :with_label
|
||||
|
||||
.fields-group
|
||||
= ff.input :indexable_local, wrapper: :with_label
|
||||
|
||||
%h4= t('privacy.privacy')
|
||||
|
||||
%p.lead= t('privacy.privacy_hint_html')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue