X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fuvl%2Froot%2Flib%2Fuci%2Fschema%2Fmeta%2Fschema;h=1d673d3502fdf5f83c235916d9e0869619eb6d00;hp=90681245444820080919d3181db47c46d2ca07f3;hb=727e9878fb00f545c0cd1b0130e789a5764eee3b;hpb=5cf454019c535ee25c22e8df693c65a509bce316 diff --git a/libs/uvl/root/lib/uci/schema/meta/schema b/libs/uvl/root/lib/uci/schema/meta/schema index 906812454..1d673d350 100644 --- a/libs/uvl/root/lib/uci/schema/meta/schema +++ b/libs/uvl/root/lib/uci/schema/meta/schema @@ -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'