mirror of
https://github.com/directus/directus.git
synced 2026-01-24 17:57:56 -05:00
* Prevent duplicate rootPath for image in file-preview * Add rootPath to file and file-image for downloading * Revert change to v-image * Patch rootPaths accordingly * Fix missing file name on download
Views
Views are the top-level parent component that are used in all modules. Directus will only have two Views for the
foreseeable future: public and private for non-authenticated and authenticated routes respectively.