Add hide_local_users_for_anonymous setting

This commit is contained in:
KMY 2023-07-24 12:12:37 +09:00
parent bf0d6fd2f5
commit 650cfae270
6 changed files with 13 additions and 2 deletions

View file

@ -13,5 +13,8 @@
.fields-group
= f.input :enable_block_emoji_reaction_settings, wrapper: :with_label, as: :boolean, label: t('admin.ng_words.enable_block_emoji_reaction_settings')
.fields-group
= f.input :hide_local_users_for_anonymous, wrapper: :with_label, as: :boolean, label: t('admin.ng_words.hide_local_users_for_anonymous')
.actions
= f.button :button, t('generic.save_changes'), type: :submit