Skip to content

Commit 5ff0eca

Browse files
committed
autocomplete validation rules
1 parent c9464a7 commit 5ff0eca

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

ide.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,24 @@
1717
}
1818
]
1919
}
20-
}
20+
},
21+
"completions": [
22+
{
23+
"complete": "validationRule",
24+
"condition": [
25+
{
26+
"classFqn": [
27+
"\\Code16\\OzuClient\\OzuCms\\Form\\OzuField"
28+
],
29+
"methodNames": [
30+
"setValidationRules"
31+
],
32+
"parameters": [
33+
1
34+
],
35+
"place": "arrayValue"
36+
}
37+
]
38+
}
39+
]
2140
}

0 commit comments

Comments
 (0)