2014-02-05, 10:32:51
Nice this is exactly what I want to be doable in gs, short codes for themes like bootstrap etc, cke styles never worked we'll I imagine widgets might be better. But simple short codes would be good enough.
I imagine you want the same thing but with static templates and contents for laypersons.
The only problem with using pages is how do you keep it organized, you need to have i18n just to collapse the pages view. And pages not in menu.
I think the better way would be if pages had multiple contents not one.
But then each content needs a title or id.
And how do we configure that, that is where categories come in, or perhaps we can parse them out of some definition in the template itself.
The template says I have these 4 contents and these are the ids.
Then page edit knows these depending on template selected.
A few more thin gs then need to happen aside from setting up the ckeditors or codemirrors or text areas somehow.
But the we will also have snippets and components, so maybe templates can register these as those and somehow tie them to pages.
This is all the direction I want gs to go in although the details are still pretty variable.
We also have to filter contents from page cache since they might be large.
I imagine you want the same thing but with static templates and contents for laypersons.
The only problem with using pages is how do you keep it organized, you need to have i18n just to collapse the pages view. And pages not in menu.
I think the better way would be if pages had multiple contents not one.
But then each content needs a title or id.
And how do we configure that, that is where categories come in, or perhaps we can parse them out of some definition in the template itself.
The template says I have these 4 contents and these are the ids.
Then page edit knows these depending on template selected.
A few more thin gs then need to happen aside from setting up the ckeditors or codemirrors or text areas somehow.
But the we will also have snippets and components, so maybe templates can register these as those and somehow tie them to pages.
This is all the direction I want gs to go in although the details are still pretty variable.
We also have to filter contents from page cache since they might be large.