Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/N21-1479-provisioning-options' i…
Browse files Browse the repository at this point in the history
…nto N21-1479-provisioning-options
  • Loading branch information
MarvinOehlerkingCap committed Dec 8, 2023
2 parents 07f905a + bf3dd49 commit 555d3f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1359,6 +1359,11 @@
"default": false,
"description": "Enables external tools on the column board"
},
"FEATURE_VIEW_PROVISIONING_OPTIONS_ENABLED": {
"type": "boolean",
"default": false,
"description": "enables to view the page to set group provisioning options for a school and system pair"
},
"CTL_TOOLS": {
"type": "object",
"description": "CTL Tools properties",
Expand Down
1 change: 1 addition & 0 deletions src/services/config/publicAppConfigService.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const exposedVars = [
'FEATURE_CTL_CONTEXT_CONFIGURATION_ENABLED',
'FEATURE_SHOW_NEW_CLASS_VIEW_ENABLED',
'FEATURE_TLDRAW_ENABLED',
'FEATURE_VIEW_PROVISIONING_OPTIONS_ENABLED',
];

/**
Expand Down

0 comments on commit 555d3f2

Please sign in to comment.