Move setting next to similar/related settings

This commit is contained in:
Julian Herrero
2019-03-11 15:07:54 +01:00
parent 8d83e70ef4
commit 27553e9058
2 changed files with 2 additions and 3 deletions

View File

@@ -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: "")