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.
Sequence of appearance for content blocks in editor
Re: Sequence of appearance for content blocks in editor
You can define the order of the {content} blocks by using the 'priority' parameter.
However, this parameter is not (yet) available for {content_image} tags.
We're currently talking about it (dev team).
However, this parameter is not (yet) available for {content_image} tags.
We're currently talking about it (dev team).
Re: Sequence of appearance for content blocks in editor
OK thanks for the info. I wasn´t aware of that option.
still would be greate to have again same behaviour as before.
as it is the best for customers if they can maintain content in the sequence it is shown on the frontend. Everything esle is confusing if you have a lot of content block.
still would be greate to have again same behaviour as before.
as it is the best for customers if they can maintain content in the sequence it is shown on the frontend. Everything esle is confusing if you have a lot of content block.