Commit 1c49b875 by Omar Khan

Merge pull request #108 from open-craft/omar/dashboard-docs

Add instructions for enabling dashboard in studio
parents 082edaa4 6a02cf24
...@@ -80,3 +80,16 @@ must be in JSON format. The supported entries are: ...@@ -80,3 +80,16 @@ must be in JSON format. The supported entries are:
* **`"width"`**: (Important) The width of the images, in pixels (all images * **`"width"`**: (Important) The width of the images, in pixels (all images
should be the same size). should be the same size).
* **`"height"`**: (Important) The height of the images, in pixels * **`"height"`**: (Important) The height of the images, in pixels
Enabling in Studio
------------------
You can enable the Dashboard XBlock in Studio by modifying the advanced settings
for your course:
1. From the main page of a specific course, navigate to **Settings** ->
**Advanced Settings** from the top menu.
2. Find the **Advanced Module List** setting.
3. Add `"pb-dashboard"` to the modules listed there.
4. Click the **Save changes** button.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment