From a894b9fe7a454659d6e9f17fbabfc10309c736e9 Mon Sep 17 00:00:00 2001 From: Phillip Wirth Date: Wed, 13 Nov 2024 17:48:21 +0100 Subject: [PATCH] BC-8451 lti -> ctl in dev config --- config/default.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default.schema.json b/config/default.schema.json index a294dd051b..1a1fbbb642 100644 --- a/config/default.schema.json +++ b/config/default.schema.json @@ -496,12 +496,12 @@ }, "FEATURE_CTL_TOOLS_TAB_ENABLED": { "type": "boolean", - "default": false, + "default": true, "description": "Enables new CTL-tool tab in a course" }, "FEATURE_LTI_TOOLS_TAB_ENABLED": { "type": "boolean", - "default": true, + "default": false, "description": "Enables old LTI-tool tab in a course" }, "FEATURE_OAUTH_LOGIN_ENABLED": {