mirror of
https://github.com/suitenumerique/drive.git
synced 2026-09-09 11:17:59 +02:00
31 lines
799 B
Markdown
31 lines
799 B
Markdown
# Theming 📝
|
|
|
|
## **Footer Theming**
|
|
|
|
The footer is configurable from the theme customization file.
|
|
|
|
### Settings 🔧
|
|
|
|
```shellscript
|
|
THEME_CUSTOMIZATION_FILE_PATH=<path>
|
|
```
|
|
|
|
### Example of a JSON customization file
|
|
|
|
The json must follow some rules: https://github.com/suitenumerique/drive/blob/main/src/backend/drive/configuration/theme/default.json
|
|
|
|
`footer.default` is the fallback if the language is not supported.
|
|
|
|
### Custom translations in the footer 📝
|
|
|
|
The translations can be partially overridden from the theme customization file.
|
|
|
|
### Settings 🔧
|
|
|
|
```shellscript
|
|
THEME_CUSTOMIZATION_FILE_PATH=<path>
|
|
```
|
|
|
|
### Example of a JSON customization file
|
|
|
|
The json must follow some rules: https://github.com/suitenumerique/drive/blob/main/src/backend/drive/configuration/theme/default.json |