fix toggle implementation annotations (#21802)

fix toggle implementation annotations and rename waffle flags
This commit is contained in:
Stu Young
2019-09-27 11:45:40 -04:00
committed by GitHub
parent 6085852c99
commit 7c6c166e73
5 changed files with 12 additions and 12 deletions

View File

@@ -11,8 +11,8 @@ from openedx.core.djangoapps.waffle_utils import WaffleFlag, WaffleFlagNamespace
WAFFLE_FLAG_NAMESPACE = WaffleFlagNamespace(name='learner_profile')
# Waffle flag to redirect to another learner profile experience.
# .. toggle_name: REDIRECT_TO_PROFILE_MICROFRONTEND
# .. toggle_type: waffle_flag
# .. toggle_name: learner_profile.redirect_to_microfrontend
# .. toggle_implementation: WaffleFlag
# .. toggle_default: False
# .. toggle_description: Supports staged rollout of a new micro-frontend-based implementation of the profile page.
# .. toggle_category: micro-frontend