Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow uploads of .h5p content file in Studio #110

Merged
merged 2 commits into from
Jun 11, 2023

Conversation

manavagr1108
Copy link

@manavagr1108 manavagr1108 commented Jun 6, 2023

  • This pr is first step towards completing the parent pr.
  • This Pr aims to allow studio to upload .h5p format files and their thumbnails.
  • This is simply done through updating the presetlookup json file.

@@ -254,7 +254,7 @@
"h5p_thumbnail": {
"readable_name": "H5P Thumbnail",
"multi_language": false,
"supplementary": true,
"supplementary": false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't need to update this value - just the one change you have made above is sufficient!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay cool I will update this

@manavagr1108 manavagr1108 changed the title Update presetlookup json config Allow uploads of .h5p content file in Studio Jun 6, 2023
@rtibbles rtibbles merged commit fcacfaf into learningequality:main Jun 11, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants