You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to add an additional viewport in "config/config.yml".
erdmannfreunde_contao_grid:
viewports:
- xs
- sm
- md
- lg
- xl
- xxl
After adding the viewport I got the following error.
[2022-05-18T12:23:51.600016+02:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to ErdmannFreunde\ContaoGridBundle\GridClasses::__construct() must be of the type string, array given, called in /var/www/vhosts/office.bohn.media/dpi.office.bohn.media/var/cache/prod/Container1oMqeOX/getGridClassesService.php on line 22"
I checked the arguments by changing the GridClasses.php
Contao: v4.13.4
Bundle: v1.0.6
I tried to add an additional viewport in "config/config.yml".
After adding the viewport I got the following error.
I checked the arguments by changing the GridClasses.php
The output:
The option "viewports" is used as first option now, all other options moved one further.
The text was updated successfully, but these errors were encountered: