X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libs%2Fuvl%2Froot%2Flib%2Fuci%2Fschema%2Fmeta%2Fschema;h=7f6981a024e9c153b82aeea095dfdfb2c83d32b9;hb=885e54007fdaaaa8d4972e904685c6a0ff609e50;hp=dd373f8ae0e6992e8bd6be3d19ee8fd778977f0b;hpb=98ff081c9f67d876349a56a1b75e1fae51bc15e2;p=oweals%2Fluci.git diff --git a/libs/uvl/root/lib/uci/schema/meta/schema b/libs/uvl/root/lib/uci/schema/meta/schema index dd373f8ae..7f6981a02 100644 --- a/libs/uvl/root/lib/uci/schema/meta/schema +++ b/libs/uvl/root/lib/uci/schema/meta/schema @@ -267,6 +267,15 @@ config variable option datatype 'string' option required false +# Variable default value (schema.@variable.default) +config variable + option name 'default' + option title 'Datatype of this variable' + option section 'schema.variable' + option type 'variable' + option datatype 'string' + option required false + # Variable validators (schema.@variable.validator) config variable option name 'validator'