Change poll global default to false.
This commit is contained in:
parent
737eeeca2f
commit
f42dea91bf
@ -1676,13 +1676,13 @@ poll:
|
|||||||
default: 1
|
default: 1
|
||||||
global_yes:
|
global_yes:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: false
|
||||||
global_no:
|
global_no:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: false
|
||||||
global_abstain:
|
global_abstain:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: false
|
||||||
onehundred_percent_base:
|
onehundred_percent_base:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
Reference in New Issue
Block a user