Is the idea here that each parsys would have one grid item added to it,
so this grid would always have 3 items?In this example the page
component (media-home) defines the grid structure. Each parsys can have
any number of components added to it, so this grid could potentially
have more than three items. The structure on the other hand will be
fixed: one row spanning the entire 12 columns, and one 2 column row (8
and 4 units, respectively).You can read more about Bootstrap fluid grids
here [0].An...