Files
lasuite-drive/docs/theming.md
T
Nathan Vasse ed9a0ada35 📝(docs) add some docs
Because we lack documentation, so let's add a bit.
2025-11-19 10:12:25 +01:00

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