From 978de836d83c1a43d0bac86e44538bef2d37917c Mon Sep 17 00:00:00 2001 From: Ben C Date: Tue, 4 Jun 2024 12:34:29 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index b85ea303..d6f6640d 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2183,7 +2183,8 @@ }, "rotate": { "type": "boolean", - "description": "Exclusive to slide reels. Whether this slide should rotate the reel item while inside a projector." + "description": "Exclusive to slide reels. Whether this slide should rotate the reel item while inside a projector.", + "default": true } } },