adds voting on sps as admin feature flag
This commit is contained in:
@@ -15,4 +15,6 @@ en:
|
|||||||
per_page_code: "Code to be included on every page"
|
per_page_code: "Code to be included on every page"
|
||||||
feature:
|
feature:
|
||||||
debates: Debates
|
debates: Debates
|
||||||
spending_proposals: Spending proposals
|
spending_proposals: Investment projects
|
||||||
|
spending_proposal_features:
|
||||||
|
voting_allowed: Voting on investment projects
|
||||||
|
|||||||
@@ -15,4 +15,6 @@ es:
|
|||||||
per_page_code: "Código a incluir en cada página"
|
per_page_code: "Código a incluir en cada página"
|
||||||
feature:
|
feature:
|
||||||
debates: Debates
|
debates: Debates
|
||||||
spending_proposals: Propuestas de gasto
|
spending_proposals: Propuestas de inversión
|
||||||
|
spending_proposal_features:
|
||||||
|
voting_allowed: Votaciones sobre propuestas de inversión.
|
||||||
@@ -22,6 +22,9 @@ Setting["max_votes_for_debate_edit"] = 1000
|
|||||||
# Max votes where a proposal is still editable
|
# Max votes where a proposal is still editable
|
||||||
Setting["max_votes_for_proposal_edit"] = 1000
|
Setting["max_votes_for_proposal_edit"] = 1000
|
||||||
|
|
||||||
|
# Max length for comments
|
||||||
|
Setting['comments_body_max_length'] = 1000
|
||||||
|
|
||||||
# Prefix for the Proposal codes
|
# Prefix for the Proposal codes
|
||||||
Setting["proposal_code_prefix"] = 'MAD'
|
Setting["proposal_code_prefix"] = 'MAD'
|
||||||
|
|
||||||
@@ -59,5 +62,5 @@ Setting['feature.facebook_login'] = true
|
|||||||
Setting['feature.google_login'] = true
|
Setting['feature.google_login'] = true
|
||||||
Setting['feature.public_stats'] = true
|
Setting['feature.public_stats'] = true
|
||||||
|
|
||||||
# Max length for comments
|
# Spending proposals feature flags
|
||||||
Setting['comments_body_max_length'] = 1000
|
Setting['feature.spending_proposal_features.voting_allowed'] = true
|
||||||
|
|||||||
Reference in New Issue
Block a user