Multicolumn support
Just found your extra, great work so far!
I was wondering if there is any way to make multicolumn Output as well as Input to the plugin?
Also, is it posible to add custom classes to the different blocks?
Awesome!
Just so I completely understand you, toss me a small HTML markup of what you want to achieve.
And yes, in your main structures chunk, specify any classes you want.
I think the nested structures would be the right input, but there does not seem to be a way of editing the class names in the document view, I am trying to get something along the lines of:
<div class="container">
<div class="span8">
[[firstContentBlock]]
</div>
<div class="span4">
[[secondContentBlock]]
</div>
</div>
In that case I think I have already figured out how to do it, just edit the 'st.structures' file to add/change the structures within the editor to spit out the correct html.
I still would like to suggest adding a way of adding custom classnames in the document view.
I still would like to suggest adding a way of adding custom classnames in the document view. by document view, you mean, while editing the resource?
In the spirit of pre definition and structure, the configs are tied to MODX Templates, which are then tied to resources using those templates.
So that, a set of structures, with classnames and all, found in st.structures or mytemplate.st.structures can be reused for as many resources as are attached to a given template.
But if this config were to be set in the Resource Editing mode (document view), the config would stick to only that resource, and this removes the convenience of reusability/ user-predefined-structure.
In any case, this idea has been noted!