File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
plugins/tutor-contrib-ltistore Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ following:
47471. Install the `openedx-ltistore ` python library in the edx-platform python
4848 environment.
4949
50- .. code-block ::
50+ .. code-block ::
5151
5252 pip install openedx-ltistore
5353
5454 2. Add the following settings to your edx-platform LMS/CMS Settings.
5555
56- .. code-block ::
56+ .. code-block ::
5757
5858 OPEN_EDX_FILTERS_CONFIG = {
5959 "org.openedx.xblock.lti_consumer.configuration.listed.v1": {
@@ -66,13 +66,13 @@ following:
6666
6767 3. Enable the `lti_consumer.enable_external_config_filter ` waffle flag. Run the followi
6868
69- .. code-block ::
69+ .. code-block ::
7070
7171 ./manage.py lms waffle_flag --create --everyone lti_consumer.enable_external_config_filter
7272
7373 4. Run migrations for the lti_stor app.
7474
75- .. code-block ::
75+ .. code-block ::
7676
7777 ./manage.py lms migrate lti_store
7878
You can’t perform that action at this time.
0 commit comments