Change poll global_* default to true.
This commit is contained in:
parent
6e0dcf71df
commit
0a9b6f2a62
@ -1641,13 +1641,13 @@ poll:
|
|||||||
default: 1
|
default: 1
|
||||||
global_yes:
|
global_yes:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: true
|
||||||
global_no:
|
global_no:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: true
|
||||||
global_abstain:
|
global_abstain:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: true
|
||||||
onehundred_percent_base:
|
onehundred_percent_base:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
Reference in New Issue
Block a user