Files
directus/app/src/views
Azri Kahar 6368f641e5 Add CSV/JSON Import capability via App (#11050)
* Allow import data to collections via App directly

* clear file input after import

* tweak translations

* reduce vertical gap

* fix clear file input logic

* Change export data button text

* update start import button disabled color

* undo unintended changes to translations quotes

* add docs for importing items sidebar

* update exporting items docs

* Combine import/export sidebar details

* Remove unused import detail

* Fix docs

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2022-01-20 16:57:29 -05:00
..
2021-12-30 19:40:38 -05: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