mirror of
https://github.com/directus/directus.git
synced 2026-02-02 07:25:03 -05:00
* fix drawer item title not showing data * load template items relational * Only render preview on first load * Fix type issue Co-authored-by: rijkvanzanten <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.