Allow Studio override of Feature Based Enrollment status for individual xblocks

This commit is contained in:
Calen Pennington
2018-10-18 09:34:04 -04:00
parent 99f8918b74
commit f9dd7fe223
6 changed files with 33 additions and 4 deletions

View File

@@ -11,3 +11,9 @@ CONTENT_TYPE_GATING_FLAG = WaffleFlag(
flag_name=u'debug',
flag_undefined_default=False
)
CONTENT_TYPE_GATING_STUDIO_UI_FLAG = WaffleFlag(
waffle_namespace=WAFFLE_FLAG_NAMESPACE,
flag_name=u'studio_ui',
flag_undefined_default=False
)