Skip to content

Commit

Permalink
Add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
hola-soy-milk committed Sep 16, 2024
1 parent 1456e18 commit 89f5f25
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions content/6.files/3.manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ Item Page.

<!-- TODO: ![Files](https://cdn.directus.io/docs/v9/app-guide/file-library/file-library-20220305A/files-20220305A.webp) -->

## Action Buttons
<!-- TODO: Bring over Data Studio icons -->

<!-- ## Action Buttons
Notice the following Buttons in the Header:
<!-- TODO: Bring over Data Studio icons -->
- <span mi btn >check</span> – Saves any edits made to the file.
- <span mi btn sec>tune</span> – Please see [Edit an Image](#edit-an-image) to learn more.
Expand All @@ -30,39 +31,39 @@ By default, Directus will not allow you to delete a File until you remove it fro
this behavior can be reconfigured so that Files automatically update when the image is deleted by setting the relational
constraint of your File Field to `SET NULL` or `CASCADE` when the File is deleted.
::
:: -->

## File Details

The Files Collection comes pre-configured with the following Fields out of the box. New Fields can be created and
customized as needed in **Settings > Data Model**. However the pre-configured Fields cannot be changed or deleted.

![File Details](https://cdn.directus.io/docs/v9/app-guide/file-library/file-library-20220305A/file-details-20220305A.webp)
<!-- TODO: ![File Details](https://cdn.directus.io/docs/v9/app-guide/file-library/file-library-20220305A/file-details-20220305A.webp) -->

- **Preview**: A preview of the image or file.
- **Title**: A title for the File.
- **Description**: A description of the File.
- **Tags**: Keywords used for search-ability.
- **Location**: An optional location _(e.g. where a photo was taken)_.
- **Storage**: Which storage adapter is used to store the file asset.
- **Preview**: a preview of the image or file.
- **Title**: a title for the File.
- **Description**: a description of the File.
- **Tags**: keywords used for search-ability.
- **Location**: an optional location _(e.g. where a photo was taken)_.
- **Storage**: which storage adapter is used to store the file asset.
- **Filename (Disk)**: LOCKED. This is the actual name of the file in storage.
- **Filename (Download)**: Allows you to set the name of the file when it is downloaded.
- **Filename (Download)**: allows you to set the name of the file when it is downloaded.

## File Sidebar

The file sidebar also includes the following details, which are not editable and serve as metadata.

![File Sidebar](https://cdn.directus.io/docs/v9/app-guide/file-library/file-library-20220305A/file-sidebar-20220305A.webp)

- **Type**: The MIME type of the file, displayed in the App as a formatted media type.
- **Dimensions**: _Images only_. The width and height of the image in pixels.
- **Size**: The file-size the asset takes up in the storage adapter.
- **Created**: The timestamp of when the file was uploaded to the Project.
- **Owner**: The User that uploaded the file to the Project.
- **Modified**: The timestamp of when the file was last modified.
- **Edited By**: The User that modified the File.
- **Folder**: The current parent folder that contains the File.
- **Metadata**: Metadata JSON dump of the File's Exif, IPTC, and ICC information.
<!-- TODO: ![File Sidebar](https://cdn.directus.io/docs/v9/app-guide/file-library/file-library-20220305A/file-sidebar-20220305A.webp) -->

- **Type**: the MIME type of the file, displayed in the App as a formatted media type.
- **Dimensions**: _images only_. The width and height of the image in pixels.
- **Size**: the file-size the asset takes up in the storage adapter.
- **Created**: the timestamp of when the file was uploaded to the Project.
- **Owner**: the User that uploaded the file to the Project.
- **Modified**: the timestamp of when the file was last modified.
- **Edited By**: the User that modified the File.
- **Folder**: the current parent folder that contains the File.
- **Metadata**: metadata JSON dump of the File's Exif, IPTC, and ICC information.

## Edit an Image

Expand Down

0 comments on commit 89f5f25

Please sign in to comment.