forked from h5p/h5p-exportable-text-area
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
41 lines (41 loc) · 837 Bytes
/
library.json
File metadata and controls
41 lines (41 loc) · 837 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"title": "Exportable Text Area",
"contentType": "Static content",
"description": "Library that displays an area where the user may input text, which is exportable as a doc-file",
"majorVersion": 1,
"minorVersion": 3,
"patchVersion": 11,
"coreApi": {
"majorVersion": 1,
"minorVersion": 19
},
"runnable": 0,
"machineName": "H5P.ExportableTextArea",
"author": "Joubel",
"metadataSettings": {
"disable": 0,
"disableExtraTitleField": 1
},
"preloadedCss": [
{
"path": "css/eta.css"
}
],
"preloadedJs": [
{
"path": "scripts/eta.js"
}
],
"preloadedDependencies": [
{
"machineName": "filesaver",
"majorVersion": 1,
"minorVersion": 0
},
{
"machineName": "downloadify",
"majorVersion": 1,
"minorVersion": 0
}
]
}