Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
enable rte for proposal templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jkraemer committed Jul 6, 2020
1 parent af7e6e4 commit 0eeebe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decidim-proposals/lib/decidim/proposals/component.rb
Expand Up @@ -43,7 +43,7 @@
settings.attribute :amendments_enabled, type: :boolean, default: false
settings.attribute :amendments_wizard_help_text, type: :text, translated: true, editor: true, required: false
settings.attribute :announcement, type: :text, translated: true, editor: true
settings.attribute :new_proposal_body_template, type: :text, translated: true, editor: false, required: false
settings.attribute :new_proposal_body_template, type: :text, translated: true, editor: true, required: false
settings.attribute :new_proposal_help_text, type: :text, translated: true, editor: true
settings.attribute :proposal_wizard_step_1_help_text, type: :text, translated: true, editor: true
settings.attribute :proposal_wizard_step_2_help_text, type: :text, translated: true, editor: true
Expand Down

0 comments on commit 0eeebe6

Please sign in to comment.