diff --git a/docs/schema/constants/composite.json b/docs/schema/constants/composite.json index 3ebb5d2e..55079293 100644 --- a/docs/schema/constants/composite.json +++ b/docs/schema/constants/composite.json @@ -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 } ]