Skip to content

Commit

Permalink
Fix the composite enum
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrudzinska committed Jun 18, 2024
1 parent 9d99dd1 commit 1e40445
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/schema/constants/composite.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
"description": "How to stack copies in a repeater",
"oneOf": [
{
"title": "Above",
"title": "Below",
"description": "Subsequent copies are added underneath the previous ones.",
"const": 1
},
{
"title": "Below",
"title": "Above",
"description": "Subsequent copies are added on top of the previous ones.",
"const": 2
}
]
Expand Down

0 comments on commit 1e40445

Please sign in to comment.