Add noindex setting to Admin settings Discovery page (#22205)
* Add noindex setting to Admin settings Discovery page * Replace default_noindex i18n
This commit is contained in:
parent
ad568924c0
commit
714e68db38
2 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
|||
.fields-group
|
||||
= f.input :timeline_preview, as: :boolean, wrapper: :with_label
|
||||
|
||||
.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')
|
||||
|
||||
%h4= t('admin.settings.discovery.follow_recommendations')
|
||||
|
||||
.fields-group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue