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
We want to be able to upload the file when we create the page. For example, when it's some about page with extra documents for the end user.
It might be a good idea to investigate if we can use the file_upload_widget from the ckanext-files or write our custom implementation for this. Or use a community plugin that supports file uploads.
Currently, we can only upload images, that will be converted into base64 and stored in the page content.
Note
This is not an implementation task, we need to gather information about the GrapeJS ecosystem.
We want to be able to upload the file when we create the page. For example, when it's some about page with extra documents for the end user.
It might be a good idea to investigate if we can use the
file_upload_widgetfrom theckanext-filesor write our custom implementation for this. Or use a community plugin that supports file uploads.Currently, we can only upload images, that will be converted into base64 and stored in the page content.
Note
This is not an implementation task, we need to gather information about the GrapeJS ecosystem.