17 lines
421 B
Plaintext
17 lines
421 B
Plaintext
# if "true" voting is not possible. you can preview the form in address /preview/example
|
|
draft: false
|
|
|
|
# "open" vote style is open for anyone without tokens. "closed" requires tokens to be generated
|
|
vote_style: closed
|
|
|
|
# By default voters can not see the results
|
|
show_results: false
|
|
|
|
# Questions are any line that doesnt match configuration commands
|
|
It works?
|
|
# single choice answers are denoted with dashes
|
|
- yes
|
|
- no
|
|
|
|
|