feat: Allow new custom texts

This commit is contained in:
2024-08-08 10:50:11 +02:00
parent 739418feb6
commit ac139af706
3 changed files with 33 additions and 5 deletions

View File

@@ -39,6 +39,19 @@ Query location data to debug
nf query_location <query>
```
# Texts
There is a system for customizing texts in Notfellchen. Not every change of a tet should mean an update of the software. But this should also not become a CMS.
Therefore, a solution is used where a number of predefined texts per site are supported. These markdown texts will then be included in the site, if defined.
| Textcode | Location |
|---------------------|----------|
| `how_to` | Index |
| `introduction` | Index |
| `privacy_statement` | About |
| `terms_of_service` | About |
| `imprint` | About |
| Any rule | About |
# Developer Notes