* luci/libs/uvl: implement default value option for variable sections
[oweals/luci.git] / libs / uvl / root / lib / uci / schema / meta / schema
index dd373f8ae0e6992e8bd6be3d19ee8fd778977f0b..7f6981a024e9c153b82aeea095dfdfb2c83d32b9 100644 (file)
@@ -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'