|
12 | 12 | # .. toggle_warning: Not production-ready until https://github.com/openedx/edx-platform/issues/34840 is done.
|
13 | 13 | # .. toggle_use_cases: temporary
|
14 | 14 | # .. toggle_default: False
|
| 15 | +# .. toggle_implementation: |
| 16 | +# .. toggle_creation_date: 10th Nov, 2024 |
15 | 17 | USE_EXTRACTED_WORD_CLOUD_BLOCK = WaffleFlag('xmodule.use_extracted_block.word_cloud', __name__)
|
16 |
| -# TODO: Add flag docs once above approved |
| 18 | +# .. toggle_name: USE_EXTRACTED_ANNOTATABLE_BLOCK |
| 19 | +# .. toggle_description: Enables the use of the extracted annotatable XBlock, which has been shifted to the 'openedx/xblocks-contrib' repo. |
| 20 | +# .. toggle_warning: Not production-ready until https://github.com/openedx/edx-platform/issues/34841 is done. |
| 21 | +# .. toggle_use_cases: temporary |
| 22 | +# .. toggle_default: False |
| 23 | +# .. toggle_implementation: |
| 24 | +# .. toggle_creation_date: 10th Nov, 2024 |
17 | 25 | USE_EXTRACTED_ANNOTATABLE_BLOCK = WaffleFlag('xmodule.use_extracted_block.annotatable', __name__)
|
18 |
| -USE_EXTRACTED_POLL_BLOCK = WaffleFlag('xmodule.use_extracted_block.poll', __name__) |
| 26 | +# .. toggle_name: USE_EXTRACTED_POLL_QUESTION_BLOCK |
| 27 | +# .. toggle_description: Enables the use of the extracted poll question XBlock, which has been shifted to the 'openedx/xblocks-contrib' repo. |
| 28 | +# .. toggle_warning: Not production-ready until https://github.com/openedx/edx-platform/issues/34839 is done. |
| 29 | +# .. toggle_use_cases: temporary |
| 30 | +# .. toggle_default: False |
| 31 | +# .. toggle_implementation: |
| 32 | +# .. toggle_creation_date: 10th Nov, 2024 |
| 33 | +USE_EXTRACTED_POLL_QUESTION_BLOCK = WaffleFlag('xmodule.use_extracted_block.poll_question', __name__) |
| 34 | +# .. toggle_name: USE_EXTRACTED_LTI_BLOCK |
| 35 | +# .. toggle_description: Enables the use of the extracted lti XBlock, which has been shifted to the 'openedx/xblocks-contrib' repo. |
| 36 | +# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done. |
| 37 | +# .. toggle_use_cases: temporary |
| 38 | +# .. toggle_default: False |
| 39 | +# .. toggle_implementation: |
| 40 | +# .. toggle_creation_date: 10th Nov, 2024 |
19 | 41 | USE_EXTRACTED_LTI_BLOCK = WaffleFlag('xmodule.use_extracted_block.lti', __name__)
|
| 42 | +# .. toggle_name: USE_EXTRACTED_HTML_BLOCK |
| 43 | +# .. toggle_description: Enables the use of the extracted html XBlock, which has been shifted to the 'openedx/xblocks-contrib' repo. |
| 44 | +# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done. |
| 45 | +# .. toggle_use_cases: temporary |
| 46 | +# .. toggle_default: False |
| 47 | +# .. toggle_implementation: |
| 48 | +# .. toggle_creation_date: 10th Nov, 2024 |
20 | 49 | USE_EXTRACTED_HTML_BLOCK = WaffleFlag('xmodule.use_extracted_block.html', __name__)
|
| 50 | +# .. toggle_name: USE_EXTRACTED_DISCUSSION_BLOCK |
| 51 | +# .. toggle_description: Enables the use of the extracted discussion XBlock, which has been shifted to the 'openedx/xblocks-contrib' repo. |
| 52 | +# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done. |
| 53 | +# .. toggle_use_cases: temporary |
| 54 | +# .. toggle_default: False |
| 55 | +# .. toggle_implementation: |
| 56 | +# .. toggle_creation_date: 10th Nov, 2024 |
21 | 57 | USE_EXTRACTED_DISCUSSION_BLOCK = WaffleFlag('xmodule.use_extracted_block.discussion', __name__)
|
| 58 | +# .. toggle_name: USE_EXTRACTED_PROBLEM_BLOCK |
| 59 | +# .. toggle_description: Enables the use of the extracted problem XBlock, which has been shifted to the 'openedx/xblocks-contrib' repo. |
| 60 | +# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done. |
| 61 | +# .. toggle_use_cases: temporary |
| 62 | +# .. toggle_default: False |
| 63 | +# .. toggle_implementation: |
| 64 | +# .. toggle_creation_date: 10th Nov, 2024 |
22 | 65 | USE_EXTRACTED_PROBLEM_BLOCK = WaffleFlag('xmodule.use_extracted_block.problem', __name__)
|
| 66 | +# .. toggle_name: USE_EXTRACTED_VIDEO_BLOCK |
| 67 | +# .. toggle_description: Enables the use of the extracted video XBlock, which has been shifted to the 'openedx/xblocks-contrib' repo. |
| 68 | +# .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done. |
| 69 | +# .. toggle_use_cases: temporary |
| 70 | +# .. toggle_default: False |
| 71 | +# .. toggle_implementation: |
| 72 | +# .. toggle_creation_date: 10th Nov, 2024 |
23 | 73 | USE_EXTRACTED_VIDEO_BLOCK = WaffleFlag('xmodule.use_extracted_block.video', __name__)
|
0 commit comments