SectionConfig.pm: sort type enum

So that we can better detect API changes.
This commit is contained in:
Dietmar Maurer 2016-04-30 11:50:55 +02:00
parent b546f33e58
commit 08aa41d725

View File

@ -184,7 +184,7 @@ sub init {
} }
$propertyList->{type}->{type} = 'string'; $propertyList->{type}->{type} = 'string';
$propertyList->{type}->{enum} = [keys %$plugins]; $propertyList->{type}->{enum} = [sort keys %$plugins];
} }
sub lookup { sub lookup {