Actions
Feature #1931
closedDisplay images
Start date:
2024-02-27
Estimated time:
(Total: 0.00 h)
Description
On the entity view images linked to the entity should be shown.
Actions
Added by Andreas Olschnögger almost 2 years ago. Updated 4 months ago.
Description
On the entity view images linked to the entity should be shown.
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']