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
As it is possible to upload file and manage its upload to CDN using the handler.upload function in the options.tsx file, it would be beneficial also to enable to remove this file from the CDN when:
The document associated to the collection is deleted from the list view from its row
When editing the document in edit view and clearing the existing the existing file from CDN
Basic Example
This is one example of how one could manage the deletion of file from the CDN when deleting the document from row on list view:
Summary
As it is possible to upload file and manage its upload to CDN using the
handler.upload
function in theoptions.tsx
file, it would be beneficial also to enable to remove this file from the CDN when:Basic Example
This is one example of how one could manage the deletion of file from the CDN when deleting the document from row on list view:
Drawbacks
No response
Unresolved questions
For the clearing of file in edit view, I have at the moment no idea of how to implement this.
The text was updated successfully, but these errors were encountered: