fix(editor): Add $if, $min, $max to root expression autocomplete (#5858)
This commit is contained in:
@@ -79,6 +79,18 @@ export const baseCompletions = (Vue as CodeNodeEditorMixin).extend({
|
||||
label: '$jmespath()',
|
||||
info: this.$locale.baseText('codeNodeEditor.completer.$jmespath'),
|
||||
},
|
||||
{
|
||||
label: '$if()',
|
||||
info: this.$locale.baseText('codeNodeEditor.completer.$if'),
|
||||
},
|
||||
{
|
||||
label: '$min()',
|
||||
info: this.$locale.baseText('codeNodeEditor.completer.$min'),
|
||||
},
|
||||
{
|
||||
label: '$max()',
|
||||
info: this.$locale.baseText('codeNodeEditor.completer.$max'),
|
||||
},
|
||||
{
|
||||
label: '$runIndex',
|
||||
info: this.$locale.baseText('codeNodeEditor.completer.$runIndex'),
|
||||
|
||||
Reference in New Issue
Block a user