Merge pull request #5901 from reiterl/change_poll_global_defaults

Change poll global_* default to true.
This commit is contained in:
reiterl 2021-02-18 13:06:56 +01:00 committed by GitHub
commit 21338d20c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1641,13 +1641,13 @@ poll:
default: 1
global_yes:
type: boolean
default: false
default: true
global_no:
type: boolean
default: false
default: true
global_abstain:
type: boolean
default: false
default: true
onehundred_percent_base:
type: string
required: true