Skip to content

Commit

Permalink
feat: Create video_config.xpert_translations_ui Course Waffleflag (#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodra authored Nov 14, 2023
1 parent 5b2f012 commit 55ee254
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions openedx/core/djangoapps/video_config/toggles.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,14 @@
TRANSCRIPT_FEEDBACK = CourseWaffleFlag(
f'{WAFFLE_FLAG_NAMESPACE}.transcript_feedback', __name__
)

# .. toggle_name: video_config.xpert_translations_ui
# .. toggle_implementation: CourseWaffleFlag
# .. toggle_default: False
# .. toggle_description: Gates access to the Xpert Translations UI feature.
# .. toggle_use_cases: temporary, opt_in
# .. toggle_creation_date: 2023-10-11
# .. toggle_target_removal_date: None
XPERT_TRANSLATIONS_UI = CourseWaffleFlag(
f'{WAFFLE_FLAG_NAMESPACE}.xpert_translations_ui', __name__
)

0 comments on commit 55ee254

Please sign in to comment.