Skip to content

Commit

Permalink
✨ Add field to insert html after a question in the voting/review scre…
Browse files Browse the repository at this point in the history
…ens (#211)

Parent issue: sequentech/meta#2572
  • Loading branch information
Findeton authored Sep 25, 2024
1 parent 90be98d commit 5c45871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/Models.scala
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,8 @@ case class QuestionExtra(
invalid_vote_policy: Option[String], // allowed, warn, not-allowed, warn-invalid-implicit-and-explicit
review_screen__show_question_description: Option[Boolean], // default = false
write_in_config: Option[WriteInConfig],
show_filter_field: Option[Boolean] // default = false
show_filter_field: Option[Boolean], // default = false
footer_html: Option[String]
)
{

Expand Down

0 comments on commit 5c45871

Please sign in to comment.