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
#1398 specifies the ability to add images to an HTML or Problem component via the TinyMCE editor.
But for both debugging and for power user purposes, we're going to want to be able to do direct file upload via the Details tab in the sidebar. This will also allow ProblemBlocks to use static assets when using the advanced editor (which currently has no menu for asset upload). It will also allow for other kinds of assets to be uploaded and linked, like PDFs.
This can go directly under the part of the UI where we already display assets:
adding a basic "drop file here to upload" to the power user assets section is probably very little work. You can just add a link that displays a ModalDropzone and then call this existing REST API to save the upload.
The text was updated successfully, but these errors were encountered:
#1398 specifies the ability to add images to an HTML or Problem component via the TinyMCE editor.
But for both debugging and for power user purposes, we're going to want to be able to do direct file upload via the Details tab in the sidebar. This will also allow ProblemBlocks to use static assets when using the advanced editor (which currently has no menu for asset upload). It will also allow for other kinds of assets to be uploaded and linked, like PDFs.
This can go directly under the part of the UI where we already display assets:
Quoting @bradenmacdonald:
The text was updated successfully, but these errors were encountered: