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

799 B

Theming 📝

The footer is configurable from the theme customization file.

Settings 🔧

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.

The translations can be partially overridden from the theme customization file.

Settings 🔧

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