Skip to content

Commit

Permalink
Switch to using let-multi for name-limerick.
Browse files Browse the repository at this point in the history
Part of #18.

Part of #36.
  • Loading branch information
jkomoros committed Jul 4, 2023
1 parent 7c04811 commit e8cc0ec
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions seeds/example-complex.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@
}
},
"prompt-name": {
"type": "let",
"name": "komoroske.com:user_first_name",
"value": {
"type": "retrieve",
"key": "user_first_name"
"type": "let-multi",
"values": {
"type": "object",
"properties": {
"komoroske.com:user_first_name": {
"type": "retrieve",
"key": "user_first_name"
},
"store": "komoroske.com"
}
},
"block": {
"type": "if",
Expand Down

0 comments on commit e8cc0ec

Please sign in to comment.