mirror of
https://github.com/rmdes/indiekit-endpoint-files.git
synced 2026-06-24 15:03:45 +00:00
No description
- JavaScript 61.4%
- Nunjucks 38.6%
| assets | ||
| includes | ||
| lib | ||
| locales | ||
| views | ||
| .gitignore | ||
| index.js | ||
| package.json | ||
| README.md | ||
@indiekit/endpoint-files
File management endpoint for Indiekit. View files uploaded to your media endpoint and upload new files to it.
Installation
npm install @indiekit/endpoint-files
Note
This package is installed alongside
@indiekit/indiekit
Usage
To customise the behaviour of this plug-in, add @indiekit/endpoint-files to your configuration, specifying options as required:
{
"@indiekit/endpoint-files": {
"mountPath": "/dossiers", // fr-FR
},
}
Options
| Option | Type | Description |
|---|---|---|
mountPath |
string |
Path to management interface. Optional, defaults to /files. |