Skip to content

Commit

Permalink
Add default value for collection config option: use-global-level-matc…
Browse files Browse the repository at this point in the history
…hers
  • Loading branch information
ErikSzabo committed Jan 28, 2025
1 parent fe02b5a commit ae62463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class CollectionConfig extends AuroraConfig {
private String menuTitle;
private String permission;
private List<Integer> requirements;
private Boolean useGlobalLevelMatchers;
private Boolean useGlobalLevelMatchers = false;
private Map<String, IntervalMatcherConfig> levelMatchers;
private Map<String, ConcreteMatcherConfig> customLevels;
private ItemConfig menuItem;
Expand Down

0 comments on commit ae62463

Please sign in to comment.