edx-modulestore
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -311,2 +311,11 @@ 'use strict'; | ||
}, | ||
xblocks: { | ||
get: function () { | ||
return this._get('metadata.advanced_modules'); | ||
}, | ||
set: function (value) { | ||
this._set('metadata.advanced_modules', value); | ||
} | ||
} | ||
}, | ||
@@ -313,0 +322,0 @@ |
@@ -48,3 +48,4 @@ var mongoose = require('mongoose'); | ||
] | ||
} | ||
}, | ||
advanced_modules: [String] | ||
} | ||
@@ -51,0 +52,0 @@ }); |
{ | ||
"name": "edx-modulestore", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Easy browsing of Open edX modulestores", | ||
@@ -5,0 +5,0 @@ "author": "Bertrand Marron", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39239
1166