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 (#149)

Parent issue: sequentech/meta#2572
  • Loading branch information
Findeton committed Sep 25, 2024
1 parent b97a1fc commit 59e5791
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/general/reference/election-creation-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -3540,6 +3540,16 @@ If there's a partial match with the category, all options within the category wi
be shown. The results of the search will always be shown in one column, regardless of
the column configuration for the question.

### Question Extra: `footer_html`

- **Property name**: `footer_html`
- **Type:** `String`
- **Required:** No
- **Default:** ``
- **Example:** `<b>My html</b>`

This html will be included at the end of the question in the voting and review screens.

## WriteInConfig Object

The JSON object type describes the Write-In configuration in a question. It used inside the
Expand Down

0 comments on commit 59e5791

Please sign in to comment.