This commit is contained in:
2023-06-10 13:11:58 +00:00
parent bca5f4707e
commit bc5a6362cf
2 changed files with 55 additions and 12 deletions

View File

@@ -28,11 +28,29 @@ Folgende möglche Einträge für `views` gibt es derzeit:
### dashboardSimpleList
- TODO
Fürs dashboard type: table
```yml
type: dashboardSimpleList
mediaQuery: "(max-width: 600px)"
primaryText: email
secondaryText: subject
```
### dashboardTable
- TODO
Fürs dashboard type: table
```yml
type: dashboardTable
mediaQuery: "(min-width: 600px)"
columns:
- subject
- file
- file
- subject
- file
```
## tablist