X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FSectionConfig.pm;h=71d296e6574f7a11d47a67083a45c5188c1b4887;hp=be13056eb1106468256fb05179f03b8b630d02b0;hb=771d18f5c7be2055f0c9012f7f921f6d5f6337db;hpb=0d8380351a0276728d1d2b1e260cec0c8b1f204a diff --git a/src/PVE/SectionConfig.pm b/src/PVE/SectionConfig.pm index be13056..71d296e 100644 --- a/src/PVE/SectionConfig.pm +++ b/src/PVE/SectionConfig.pm @@ -68,7 +68,6 @@ sub createSchema { }; foreach my $p (keys %$propertyList) { - next if $p eq 'type'; if (!$propertyList->{$p}->{optional}) { $props->{$p} = $propertyList->{$p}; next;