Move setting next to similar/related settings
This commit is contained in:
@@ -41,12 +41,12 @@ section "Creating Settings" do
|
||||
Setting.create(key: "feature.user.recommendations", value: "true")
|
||||
Setting.create(key: "feature.user.recommendations_on_debates", value: "true")
|
||||
Setting.create(key: "feature.user.recommendations_on_proposals", value: "true")
|
||||
Setting.create(key: "feature.user.skip_verification", value: "true")
|
||||
Setting.create(key: "feature.community", value: "true")
|
||||
Setting.create(key: "feature.map", value: "true")
|
||||
Setting.create(key: "feature.allow_images", value: "true")
|
||||
Setting.create(key: "feature.allow_attached_documents", value: "true")
|
||||
Setting.create(key: "feature.public_stats", value: "true")
|
||||
Setting.create(key: "feature.user.skip_verification", value: "true")
|
||||
Setting.create(key: "feature.help_page", value: "true")
|
||||
|
||||
Setting.create(key: "per_page_code_head", value: "")
|
||||
|
||||
@@ -81,6 +81,7 @@ Setting["feature.legislation"] = true
|
||||
Setting["feature.user.recommendations"] = true
|
||||
Setting["feature.user.recommendations_on_debates"] = true
|
||||
Setting["feature.user.recommendations_on_proposals"] = true
|
||||
Setting["feature.user.skip_verification"] = "true"
|
||||
Setting["feature.community"] = true
|
||||
Setting["feature.map"] = nil
|
||||
Setting["feature.allow_images"] = true
|
||||
@@ -112,8 +113,6 @@ Setting["map_zoom"] = 10
|
||||
# Related content
|
||||
Setting["related_content_score_threshold"] = -0.3
|
||||
|
||||
Setting["feature.user.skip_verification"] = "true"
|
||||
|
||||
Setting["feature.homepage.widgets.feeds.proposals"] = true
|
||||
Setting["feature.homepage.widgets.feeds.debates"] = true
|
||||
Setting["feature.homepage.widgets.feeds.processes"] = true
|
||||
|
||||
Reference in New Issue
Block a user