Skip to content

Commit

Permalink
BC-8415 lti -> ctl in dev config (#5342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro authored Nov 26, 2024
1 parent 65750d4 commit b4bc6f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config/default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1407,12 +1407,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_SHOW_OUTDATED_USERS": {
Expand All @@ -1432,7 +1432,7 @@
},
"FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED": {
"type": "boolean",
"default": false,
"default": true,
"description": "Enables external tools on the column board"
},
"FEATURE_PREFERRED_CTL_TOOLS_ENABLED": {
Expand Down
1 change: 0 additions & 1 deletion config/development.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"FEATURE_COLUMN_BOARD_SUBMISSIONS_ENABLED": true,
"FEATURE_COLUMN_BOARD_LINK_ELEMENT_ENABLED": true,
"FEATURE_COLUMN_BOARD_COLLABORATIVE_TEXT_EDITOR_ENABLED": true,
"FEATURE_COLUMN_BOARD_EXTERNAL_TOOLS_ENABLED": true,
"FEATURE_BOARD_LAYOUT_ENABLED": true,
"SCHULCONNEX_CLIENT": {
"API_URL": "http://localhost:8888/v1/",
Expand Down

0 comments on commit b4bc6f7

Please sign in to comment.