update the PDF textbook url paths as well as update wiki_slug when importing

This commit is contained in:
Chris Dodge
2013-08-20 21:50:28 -04:00
parent e79f8c437a
commit 5989bf6bdc
4 changed files with 58 additions and 2 deletions

View File

@@ -12,7 +12,16 @@
{"type": "discussion", "name": "Discussion"},
{"type": "wiki", "name": "Wiki"},
{"type": "progress", "name": "Progress"}
]
],
"pdf_textbooks": [
{
"tab_title": "Sample Multi Chapter Textbook",
"id": "MyTextbook",
"chapters": [
{ "url": "/c4x/edX/toy/asset/Chapter1.pdf", "title": "Chapter 1"},
{ "url": "/c4x/edX/toy/asset/Chapter2.pdf", "title": "Chapter 2"}
]
}]
},
"chapter/Overview": {
"display_name": "Overview"