File¶
CIDOC documentation: E31 Document
A file overview can be seen navigating to Menu item Admin at the right top of the site. The first tab will be Files with a List button to show all files.
On the index page already entered entities are listed in a Table.
Click on the + button to enter a new one.
Click on the name of an entry in the list to access the detail view.
To edit or delete an entry click on the Edit button in the detail view.
If entities are linked to displayable files the first one is shown in the info tab but can be changed to another one in the files tab of the entity.
Files can be uploaded by editors if they don’t exceed the upload size limit and have an allowed extension. Both criteria are displayed at the upload form. It is possible to upload multiple files in one go. They can either be selected in the file field or drag and dropped into the specified area.
Form fields¶
Settings¶
Maximum file size in MB - this limits also the total size of multiple file upload
Profile image width in pixel - related to the layout of info tabs
Allowed file extensions
Images that can be displayed in the browser are defined through their extensions and can be changed in the configuration file (e.g. instance/production.py) default is:
DISPLAY_FILE_EXTENSIONS = ['.bmp', '.gif', '.ico', '.jpeg', '.jpg', '.png', '.svg']
Logo¶
You can chose a custom logo. The file has to be uploaded before and has to have a display file extension. The displayed logo has a max-height of 120 px. If you selected a larger one the browser will try to scale it.