Page 1 of 1

addition content suggestion

Posted: Fri Dec 03, 2010 12:44 pm
by sumpson
Hello everyone,

I was thinking of an addition to CMSMS which I think would be very usefull.

When creating a template you can add for example :
{content block="blockname" oneline="true"}

something like this in addition would be nice:

{content block="blockname" oneline="true" addition="true"}

normally you would see one field named "blockname", when addtion set to true you would see a + behind the field and when clicking it an extra field named "blockname" will be added in the edit page section.

An addition to this would be:

{contentset}
{content block="blockname" oneline="true"}
{content block="blockname2" oneline="true"}
{content block="blockname3" oneline="true"}
{/contentset}

When you click the + button in the page edit all 3 of the extra fields would show.

I think this would be an awesome addition to the CMSMS and adds allot of extra possibilitys.