* luci/libs/uvl:
[project/luci.git] / libs / uvl / root / lib / uci / schema / meta / schema
index 90681245444820080919d3181db47c46d2ca07f3..1d673d3502fdf5f83c235916d9e0869619eb6d00 100644 (file)
@@ -210,6 +210,15 @@ config variable
        option datatype 'boolean'
        option required false
 
+# Variable multiple values flag (schema.@variable.multival)
+config variable
+       option name             'multival'
+       option title    'Specify whether this variable may contain multiple values separated by space'
+       option section  'schema.variable'
+       option type             'variable'
+       option datatype 'boolean'
+       option required false
+
 # Variable type (schema.@variable.type)
 config variable
        option name             'type'