Sequence of appearance for content blocks in editor
Posted: Thu Jun 09, 2016 11:55 am
Hi,
in version 1.x the sequence of the appearance for content blocks in the page editor was defined by the sequence they where defined in the template.
However, in Version 2.x this is no longer the case.
It seems that first all "content_image" blocks come and then the "content" blocks.
Can this be influenced somehow?
Eg. I have the following sequence in the template:
{$tab2Text= "{content tab="Block 2" block="tab2Text" label="Text"}" scope=global}
{$tab2Bild= "{content_image tab="Block 2" block="tab2bild" label="Bild" urlonly="1" dir="images"}" scope=global}
{$tab2BildSEO= "{content tab="Block 2" block="tab2bildseo" label="Bild SEO Text" oneline="true"}" scope=global}
but in the editor the block "tab2Bild" is always the first one. Ideally I would like to have it in the same sequence as they appear on the page afterwards, which would make it easier to understand for my customer.
thanks in advance for any help.
in version 1.x the sequence of the appearance for content blocks in the page editor was defined by the sequence they where defined in the template.
However, in Version 2.x this is no longer the case.
It seems that first all "content_image" blocks come and then the "content" blocks.
Can this be influenced somehow?
Eg. I have the following sequence in the template:
{$tab2Text= "{content tab="Block 2" block="tab2Text" label="Text"}" scope=global}
{$tab2Bild= "{content_image tab="Block 2" block="tab2bild" label="Bild" urlonly="1" dir="images"}" scope=global}
{$tab2BildSEO= "{content tab="Block 2" block="tab2bildseo" label="Bild SEO Text" oneline="true"}" scope=global}
but in the editor the block "tab2Bild" is always the first one. Ideally I would like to have it in the same sequence as they appear on the page afterwards, which would make it easier to understand for my customer.
thanks in advance for any help.