Admin option to add banners and show banners
This commit is contained in:
11
db/seeds.rb
11
db/seeds.rb
@@ -64,3 +64,14 @@ Setting['feature.public_stats'] = true
|
||||
|
||||
# Spending proposals feature flags
|
||||
Setting['feature.spending_proposal_features.voting_allowed'] = true
|
||||
|
||||
|
||||
# Banner styles
|
||||
Setting['banner-style.banner-style-one'] = "Banner con estilo uno"
|
||||
Setting['banner-style.banner-style-two'] = "Banner con estilo dos"
|
||||
Setting['banner-style.banner-style-three'] = "Banner con estilo tres"
|
||||
|
||||
# Banner images
|
||||
Setting['banner-img.banner-img-one'] = "Banner con imagen uno"
|
||||
Setting['banner-img.banner-img-two'] = "Banner con imagen dos"
|
||||
Setting['banner-img.banner-img-three'] = "Banner con imagen tres"
|
||||
|
||||
Reference in New Issue
Block a user