diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-19 16:01:53 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-19 16:01:53 -0800 |
| commit | 0059837bf8287dd2a17ed8eb22493432226af809 (patch) | |
| tree | 1046ce1b714325f7ba9b0510f89854935edb7ed4 /Examples/example_loop.json | |
| parent | 183853d545929ae55d852f9acc5d5fc1229fc9f1 (diff) | |
Add setup image
Diffstat (limited to 'Examples/example_loop.json')
| -rw-r--r-- | Examples/example_loop.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Examples/example_loop.json b/Examples/example_loop.json new file mode 100644 index 0000000..f6b2dbb --- /dev/null +++ b/Examples/example_loop.json @@ -0,0 +1,13 @@ +{ + "api_version": "1.0", + "toggles": [ + { + "name": "Shirt", + "dependencies": ["Jacket"] + }, + { + "name": "Jacket", + "dependencies": ["Shirt"] + } + ] +} |
