Hi, everybody knows the two editors in WCMS after selecting an element? I am talking here about the one in the south.
When open a landingpage it is hidden.
Selecting any element of any Contentslot opens it initially.
It is possible to minimize that cmsContentEditor (permantly) with pressing the ARROW on the right.
Pressing anywhere else on the headline of the minimized cmsContentEditor will display it as overlay as long until you select another element. (That behaviour is ok and the wished one)
But I want to avoid to klick every time on that ARROW on pageload. How can I change the template or anything else to get in initally not totally open. (Something like open minimized would be fine.
\resources\creatradecockpits-config\cockpitgroup\content-editor.xsd sais nothing about that.
Do I have to hardcode it in one of the WCMS Cockpit Velocity Template Code for the Structured View:
<div>
<table width="100%" cellspacing="0" style="margin:0;padding:0;table-layout:auto;border:1px solid #1E4EBF;">
<tbody>
[...]
</tbody>
</table>
<div style="width:100%; border-top: 2px solid #bbb" class="cmsContentEditor">
<cockpit code="editor" />
</div>
</div>
Thanks for any hint! David