We are developing a set of standard layouts for the body content part of our pages. The idea being that our less technically inclined (Edit+) users would be able to choose one of these standard layouts when they create the asset, and then have the containers automatically created with grid CSS selectors applied. Then all the user needs to do is enter their copy into the relevant containers.
The basic problem we are trying to solve is that we want our less technically minded authors to be able to produce one of the standard pages without having to use the admin interface, and without having to add container divs / apply CSS selectors themselves.
I can think of ways to do this using custom forms and the JS API, but is there any off the shelf Squiz Matrix solution that might address this?
Iestyn.