0
0
Fork 0

add admin setting for default search engine indexing (fix #11750) (#11804)

This commit is contained in:
Tao Bror Bojlén 2019-09-11 07:44:58 +01:00 committed by Eugen Rochko
parent 4faaa5b25e
commit 4fe127664b
5 changed files with 10 additions and 0 deletions

View file

@ -4,6 +4,7 @@ module Settings
class ScopedSettings
DEFAULTING_TO_UNSCOPED = %w(
theme
noindex
).freeze
def initialize(object)