Skip to content

Commit

Permalink
Added field to phase-voting-budgeting
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoJokhan committed Feb 10, 2023
1 parent 55f1c9a commit db8ecf2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/cms/lib/modules/begroot-widgets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ const fields = [
textarea: true,
def: 'Het controleren van je stemcode is gelukt! Je bent bijna klaar. Klik op onderstaande knop om je stem te versturen.'
},
{
name: 'succesfull_voting_title',
label: 'Message you see when you voted succesfully',
type: 'string',
def: 'Gelukt, je hebt gestemd!'
},
{
name: 'thankyou_message',
label: 'Thank you message',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ <h3 class="icon-header icon-header--blue">
<div id="steps-content-6" class="step">
<div class="text">
<div class="checkmark-block-green">
<h4>Gelukt, je hebt gestemd!</h4>
<h4>{{data.widget.succesfull_voting_title}}</h4>
<br/>
{{data.widget.thankyou_message | sanitize | safe | nlbr}}
{% if data.widget.showNewsletterButton and data.widget.showNewsletterButton == 'yes' %}
Expand Down

1 comment on commit db8ecf2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published new image: openstad/frontend:feature-edit-succesfull-voting-on-budgeting-widget-db8ecf2

Please sign in to comment.