Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add field to insert html after a question in the voting/review screens #149

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -3419,6 +3419,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
Loading