File management endpoint for Indiekit. View files uploaded to your media endpoint and upload new files to it.
npm i @indiekit/endpoint-files
Add @indiekit/endpoint-files
to your list of plug-ins, specifying options as required:
{
"plugins": ["@indiekit/endpoint-files"],
"@indiekit/endpoint-files": {
"mountPath": "/dossiers", // fr-FR
},
}
Option | Type | Description |
---|---|---|
mountPath |
string |
Path to management interface. Optional, defaults to /files . |