Hello,
what would be a good way to extend filebrowser_safe?
At the moment I need two additional fields, which should be saved together with an image:
- Default alt text
- license information
This information should be displayed whenever an image is selected for a blog entry, on a mezzanine page or in own Displayable-Apps.
Is there a quick way to do this in mezzanine?
In other projects I've used the django-filer which allows additional information like "Description", "Default alt text" and "Default caption".
Thanks a lot
Chris