Merge pull request #21872 from edx/dsheraz/PROD-760
add information for missing annotation fields
This commit is contained in:
@@ -32,12 +32,12 @@ HIDE_ACCESS_DENIALS_FLAG = WaffleFlag(
|
||||
# .. toggle_default: False
|
||||
# .. toggle_description: Controlled rollout for video URL re-write utility to serve videos from edX CDN.
|
||||
# .. toggle_category: course api
|
||||
# .. toggle_use_cases: incremental_release
|
||||
# .. toggle_use_cases: monitored_rollout
|
||||
# .. toggle_creation_date: 2019-09-24
|
||||
# .. toggle_expiration_date: ??
|
||||
# .. toggle_warnings: ??
|
||||
# .. toggle_tickets: ??
|
||||
# .. toggle_status: ??
|
||||
# .. toggle_warnings: None
|
||||
# .. toggle_tickets: PROD-62
|
||||
# .. toggle_status: supported
|
||||
ENABLE_VIDEO_URL_REWRITE = CourseWaffleFlag(
|
||||
waffle_namespace=COURSE_BLOCKS_API_NAMESPACE,
|
||||
flag_name="enable_video_url_rewrite",
|
||||
|
||||
Reference in New Issue
Block a user