]> git.proxmox.com Git - pve-common.git/commitdiff
json schema: allow to export print_property_string
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 24 Mar 2022 11:56:39 +0000 (12:56 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 24 Mar 2022 11:56:39 +0000 (12:56 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/JSONSchema.pm

index 2caf109291fc475120386bff84be89e3e4ddb42c..ab718f3570e047dd73686e6b83d695db462d05c5 100644 (file)
@@ -16,9 +16,10 @@ use Data::Dumper;
 use base 'Exporter';
 
 our @EXPORT_OK = qw(
+register_standard_option
 get_standard_option
 parse_property_string
-register_standard_option
+print_property_string
 );
 
 our $CONFIGID_RE = qr/[a-z][a-z0-9_-]+/i;