Merge pull request #3081 from consul/featured-proposals
[Backport] Featured proposals
This commit is contained in:
@@ -25,4 +25,10 @@ namespace :settings do
|
||||
Setting['feature.help_page'] = true
|
||||
end
|
||||
|
||||
desc "Enable Featured proposals"
|
||||
task enable_featured_proposals: :environment do
|
||||
Setting['feature.featured_proposals'] = true
|
||||
Setting['featured_proposals_number'] = 3
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user