forked from Sunbird-Knowlg/sunbird-content-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
executable file
·28 lines (28 loc) · 789 Bytes
/
manifest.json
File metadata and controls
executable file
·28 lines (28 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"id": "org.ekstep.iframeevent",
"ver": "1.0",
"author": "Vinu Kumar",
"type": "widget",
"title": "iframeEvent",
"description": "To dispatch GenieCanvas events to iframe when preview is embedded in iframe. ",
"editor": {
"main": "editor/plugin.js",
"dependencies": [ ],
"menu": [],
"help": {
"src": "editor/help.md",
"dataType": "text"
}
},
"configManifest": [{
"propertyName": "color",
"title": "Fill color",
"description": "Choose a color from the color picker",
"dataType": "colorpicker",
"required": true,
"defaultValue": "rgb(255,0,0)"
}],
"renderer": {
"main": "renderer/plugin.js"
}
}