mirror of
https://github.com/directus/directus.git
synced 2026-01-26 06:28:00 -05:00
* If no undefined collection, use item as relative url * Only navigate if item is set * Added Gerard Lamusse (u12206050) --------- Co-authored-by: Brainslug <br41nslug@users.noreply.github.com> Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
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.