mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 23:05:09 +00:00
10 lines
249 B
Text
10 lines
249 B
Text
{{# def.definitions }}
|
|
{{# def.errors }}
|
|
{{# def.setupKeyword }}
|
|
{{# def.$data }}
|
|
|
|
{{? !$isData }}
|
|
var schema{{=$lvl}} = validate.schema{{=$schemaPath}};
|
|
{{?}}
|
|
var {{=$valid}} = equal({{=$data}}, schema{{=$lvl}});
|
|
{{# def.checkError:'constant' }}
|