mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
19 lines
517 B
Markdown
19 lines
517 B
Markdown
---
|
|
{
|
|
'layout': 'APIReferenceLayout',
|
|
'tag':
|
|
{
|
|
'name': 'Files',
|
|
'description':
|
|
'Files can be saved in any given location. Directus has a powerful assets endpoint
|
|
that can be used to generate thumbnails for images on the fly.',
|
|
'x-collection': 'directus_files',
|
|
},
|
|
}
|
|
---
|
|
|
|
# Files
|
|
|
|
Files can be saved in any given location. Directus has a powerful assets endpoint that can be used
|
|
to generate thumbnails for images on the fly.
|