-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
41 lines (41 loc) · 1.08 KB
/
manifest.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"id": "org.ekstep.plugins.wordworm",
"ver": "1.0",
"author": "Deepak Narayana Rao",
"type": "widget",
"title": "org.ekstep.plugins.wordworm Plugin",
"description": "",
"publishedDate": "",
"editor": {
"main": "editor/plugin.js",
"dependencies": [],
"menu": [],
"help": {
"src": "editor/help.md",
"dataType": "text"
},
"init-data": {
"type": "roundrect",
"x": 11,
"y": 0.1,
"w": 78,
"h": 99,
"radius": 10,
"stroke": "rgba(255, 255, 255, 255)",
"strokeWidth": 1
},
"configManifest": [{
"propertyName": "wordText",
"title": "Enter the word you want to teach (Max 10 alphabets)",
"placeholder": "Example: Apple",
"description": "Word",
"dataType": "input",
"valueType": "text",
"required": true,
"defaultValue": "Apple"
}]
},
"renderer": {
"main": "renderer/plugin.js"
}
}