mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
Enhancement: support maximum group cols up 8 (#5022)
This commit is contained in:
parent
ce0102eb6f
commit
11a6b5d0b8
4 changed files with 16 additions and 9 deletions
|
@ -262,15 +262,15 @@ You can make homepage take up the entire window width by adding:
|
|||
fullWidth: true
|
||||
```
|
||||
|
||||
### Five Columns
|
||||
### Maximum Group Columns
|
||||
|
||||
You can add a fifth column to services (when `style: columns` which is default) by adding:
|
||||
You can set the maximum number of columns of service groups on larger screen sizes (groups with `style: columns` which is default) by adding:
|
||||
|
||||
```yaml
|
||||
fiveColumns: true
|
||||
maxGroupColumns: 8 # default is 4, max 8
|
||||
```
|
||||
|
||||
By default homepage will max out at 4 columns for services with `columns` style
|
||||
By default homepage will max out at 4 columns (also the minimum number). If you're setting this to 8, you may want to consider enabling the [fullWidth](#full-width) option as well.
|
||||
|
||||
### Collapsible sections
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue