Enhancement: support maximum group cols up 8 (#5022)

This commit is contained in:
shamoon 2025-03-17 12:32:09 -07:00 committed by GitHub
parent ce0102eb6f
commit 11a6b5d0b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 9 deletions

View file

@ -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