Skip to content

Commit fdd4717

Browse files
committed
feat: added apilookup support
1 parent 7281946 commit fdd4717

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ module.exports = function (cardscript) {
2020
case 'Column':
2121
element.items.forEach(parseElement)
2222
break
23+
case 'Input.ApiLookup':
24+
if (element.parametersCard) element.parametersCard.body.forEach(parseElement)
25+
break
2326
case 'Input.ChoiceSet':
2427
if (element.choices) {
2528
const map = {}

0 commit comments

Comments
 (0)