Skip to content

Commit

Permalink
Merge pull request #56 from mgrudzinska/mira/composite
Browse files Browse the repository at this point in the history
Fix the composite enum
  • Loading branch information
mbasaglia authored Jun 19, 2024
2 parents 9d99dd1 + 1e40445 commit e07f8b4
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 e07f8b4

Please sign in to comment.