mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-24 04:03:01 +08:00
12 lines
353 B
Text
12 lines
353 B
Text
{{# def.definitions }}
|
|
{{# def.errors }}
|
|
{{# def.setupKeyword }}
|
|
{{# def.$data }}
|
|
|
|
{{# def.numberKeyword }}
|
|
|
|
{{ var $op = $keyword == 'maxItems' ? '>' : '<'; }}
|
|
if ({{# def.$dataNotType:'number' }} {{=$data}}.length {{=$op}} {{=$schemaValue}}) {
|
|
{{ var $errorKeyword = $keyword; }}
|
|
{{# def.error:'_limitItems' }}
|
|
} {{? $breakOnError }} else { {{?}}
|