Skip to content

Commit fdd62bb

Browse files
Issue KN-902 feat: file upload library integration
1 parent 040d45a commit fdd62bb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

org.ekstep.contentmeta-1.5/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"editor": {
99
"main": "editor/plugin.js",
1010
"dependencies": [
11-
{ "plugin": "org.ekstep.assetbrowser", "ver": "1.4", "type": "plugin" },
11+
{ "plugin": "org.ekstep.assetbrowser", "ver": "1.2", "type": "plugin" },
1212
{ "plugin": "org.ekstep.conceptselector", "ver": "1.1", "type": "plugin" },
1313
{ "type": "css", "src": "editor/contentmeta.css" },
1414
{ "type": "css", "src": "editor/libs/tokens.css" },

org.ekstep.coursemeta-1.3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"editor": {
99
"main": "editor/plugin.js",
1010
"dependencies": [
11-
{ "plugin": "org.ekstep.assetbrowser", "ver": "1.4", "type": "plugin" },
11+
{ "plugin": "org.ekstep.assetbrowser", "ver": "1.2", "type": "plugin" },
1212
{ "plugin": "org.ekstep.conceptselector", "ver": "1.1", "type": "plugin" },
1313
{ "type": "css", "src": "editor/libs/tokens.css" },
1414
{ "type": "js", "src": "editor/libs/tokens.js" }

org.ekstep.lessonplanunitmeta-1.5/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"editor": {
99
"main": "editor/plugin.js",
1010
"dependencies": [
11-
{ "plugin": "org.ekstep.assetbrowser", "ver": "1.4", "type": "plugin" }
11+
{ "plugin": "org.ekstep.assetbrowser", "ver": "1.2", "type": "plugin" }
1212
],
1313
"views":[
1414
{"template":"./lessonplanunitmeta.html", "controller": "./lessonplanunitmetaApp.js"}

org.ekstep.unitmeta-1.7/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"editor": {
99
"main": "editor/plugin.js",
1010
"dependencies": [
11-
{ "plugin": "org.ekstep.assetbrowser", "ver": "1.4", "type": "plugin" },
11+
{ "plugin": "org.ekstep.assetbrowser", "ver": "1.2", "type": "plugin" },
1212
{ "plugin": "org.ekstep.topicselector", "ver": "1.0", "type": "plugin" },
1313
{ "type": "js", "src": "editor/directives/dialCode/dialCodeDirective.js" }
1414
],

0 commit comments

Comments
 (0)