You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(thumbnail-upload): upload the thumbnails in parallel
* refactor(h5p-service): refactor and simplify the HTML and H5P upload and item creation
* feat(graasp-import): import the H5P files
Copy file name to clipboardExpand all lines: src/services/item/plugins/importExport/specifications.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@ The `description` field for all items is sanitized before item creation.
35
35
-`FOLDER` - The children are recursively imported, if present.
36
36
-`LINK` - Not currently supported.
37
37
-`FILE` - The file is imported with the same procedure as in the raw file import. The item is then created with the `extra` field based on the properties extracted from the file.
38
+
-`H5P` - The file is imported with the same procedure as the normal H5P upload. The `extra` field in the item is based on the properties extracted from the H5P file.
0 commit comments