This repository was archived by the owner on Aug 13, 2022. It is now read-only.

Description
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.
For example we could include shoelace.
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.