adds setting to allow images for proposals and investment projects

This commit is contained in:
decabeza
2017-12-06 20:44:43 +01:00
parent 83c23c35c4
commit cbaf1ae6c1
4 changed files with 4 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ section "Creating Settings" do
Setting.create(key: 'feature.user.recommendations', 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.public_stats', value: "true")
Setting.create(key: 'per_page_code_head', value: "")
Setting.create(key: 'per_page_code_body', value: "")