diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-04 00:56:13 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-04 00:56:13 +0000 |
commit | 19e22598fd5b43a4e3e23e5e0d5f994281024035 (patch) | |
tree | c1aa83ca892d1380d2273f29bda950e865e804ef /libs/uvl/root/lib | |
parent | 34ab619ee3dd9fd04a4198288540e3a7a19aadf6 (diff) |
* luci/libs/uvl:
- implement aliasing in luci.uvl.read_scheme()
- fixed wrong enum definition in reference scheme
- fixed boolean() datatype validator to actually accept "true" and "false" literals
- extend uvl cli to validate schemes against the reference scheme (incomplete)
Diffstat (limited to 'libs/uvl/root/lib')
-rw-r--r-- | libs/uvl/root/lib/uci/schema/meta/schema | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/uvl/root/lib/uci/schema/meta/schema b/libs/uvl/root/lib/uci/schema/meta/schema index 1d673d350..dd373f8ae 100644 --- a/libs/uvl/root/lib/uci/schema/meta/schema +++ b/libs/uvl/root/lib/uci/schema/meta/schema @@ -305,8 +305,8 @@ config section # Enum value (schema.@enum.value) config variable - option name 'name' - option title 'Name of the defined variable' + option name 'value' + option title 'Value of the defined enum value' option section 'schema.enum' option type 'variable' option datatype 'string' |