Feature #1931
display images
Start date:
2023-01-13
Estimated time:
Description
On the entity view images linked to the entity should be shown.
Related issues
History
Updated by Alexander Watzinger 2 months ago
Just for info, in the backend in config/default.py we use following to differentiate files suitable for displaying in the browser:
DISPLAY_FILE_EXTENSIONS = ['.bmp', '.gif', '.ico', '.jpeg', '.jpg', '.png', '.svg']
Updated by Alexander Watzinger 2 months ago
- Related to Feature #1933: API: Display images without extension in URL added
Updated by Alexander Watzinger about 1 month ago
- Precedes Feature #1828: Move image size config to backend added