Studio Section Highlights: add doc and preview text to modal

This commit is contained in:
Nimisha Asthagiri
2017-11-09 11:53:32 -05:00
parent d037a19c94
commit e59410be18
7 changed files with 52 additions and 19 deletions

View File

@@ -163,8 +163,10 @@ function(Backbone, _, str, ModuleUtils) {
/**
* This xBlock's Highlights to message to learners.
*/
highlights: null,
highlights_enabled: null
highlights: [],
highlights_enabled: false,
highlights_preview_only: true,
highlights_doc_url: ''
},
initialize: function() {