Skip to content

Commit 2ee863a

Browse files
added missing default values
1 parent 72fdaae commit 2ee863a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifest.master.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ base_config:
2020
enabled:
2121
type: bool
2222
position: 0
23+
default: true
2324
license_show_dates_in_response:
2425
type: bool
2526
position: 1
27+
default: true
2628
license_early_warning_in_weeks:
2729
type: int
2830
position: 2
31+
default: 6
2932
status__email:
3033
type: select
3134
options:

0 commit comments

Comments
 (0)