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:
		@@ -26,6 +26,9 @@
 | 
				
			|||||||
  .fields-group
 | 
					  .fields-group
 | 
				
			||||||
    = f.input :timeline_preview, as: :boolean, wrapper: :with_label
 | 
					    = 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')
 | 
					  %h4= t('admin.settings.discovery.follow_recommendations')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .fields-group
 | 
					  .fields-group
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -704,6 +704,9 @@ en:
 | 
				
			|||||||
      content_retention:
 | 
					      content_retention:
 | 
				
			||||||
        preamble: Control how user-generated content is stored in Mastodon.
 | 
					        preamble: Control how user-generated content is stored in Mastodon.
 | 
				
			||||||
        title: Content retention
 | 
					        title: Content retention
 | 
				
			||||||
 | 
					      default_noindex:
 | 
				
			||||||
 | 
					        desc_html: Affects all users who have not changed this setting themselves
 | 
				
			||||||
 | 
					        title: Opt users out of search engine indexing by default
 | 
				
			||||||
      discovery:
 | 
					      discovery:
 | 
				
			||||||
        follow_recommendations: Follow recommendations
 | 
					        follow_recommendations: Follow recommendations
 | 
				
			||||||
        preamble: Surfacing interesting content is instrumental in onboarding new users who may not know anyone Mastodon. Control how various discovery features work on your server.
 | 
					        preamble: Surfacing interesting content is instrumental in onboarding new users who may not know anyone Mastodon. Control how various discovery features work on your server.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user