Skip to content

Commit

Permalink
BC-7822 - Implement new sidebar option for rooms (#934)
Browse files Browse the repository at this point in the history
* add rooms feature flag

* activating FEATURE_ROOMS_ENABLED on develop
  • Loading branch information
MartinSchuhmacher authored Aug 22, 2024
1 parent 09fe217 commit 848c0d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/group_vars/all/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1049,3 +1049,8 @@ configuration_all:
server: true
client: false
nuxtclient: false
FEATURE_ROOMS_ENABLED:
value: "false"
server: true
client: true
nuxtclient: false
2 changes: 2 additions & 0 deletions ansible/group_vars/develop/cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ FEATURE_COLUMN_BOARD_SUBMISSIONS_ENABLED: "true"

FEATURE_COLUMN_BOARD_LINK_ELEMENT_ENABLED: "true"

FEATURE_ROOMS_ENABLED: "true"

FEATURE_SCHOOL_POLICY_ENABLED_NEW: "true"

FEATURE_SCHOOL_TERMS_OF_USE_ENABLED: "true"
Expand Down

0 comments on commit 848c0d8

Please sign in to comment.