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
{{ message }}
This repository was archived by the owner on Aug 13, 2022. It is now read-only.
It would be nice if there was a possibility for direct specification of different viewports.
At the moment all widget sizes and offsets are implemented for md. For example col-md-4 offset-md-2.
This could be expanded to allow different settings for the other ones.
Layout data needs to store multiple values for each viewport of an element then. Also $contentItem->getMinimumAmountOfGridColumns() needs to return an array with elements for each viewport as well.