Files
directus/app/src/views
ian 122f8cfed0 Fix URL for subfolder assets (#15126)
* 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
2022-08-17 14:03:29 -04:00
..
2021-05-04 18:52:08 -04:00

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.

Table of Contents