CMS_GROUP with editorID(editorName:???) in Content Creator
Author: bojan_vujnovic
Publication Date: 10/21/2021 14:24
Hello community,
Does anybody know how to set in template editorId with editorName but for group of dom elements
<CMS_GROUP name="tt_group">
<LANGINFOS>
<LANGINFO lang="EN" label="The study"/>
</LANGINFOS>
<CMS_GROUP tabs="top">
<CMS_GROUP>
<LANGINFOS>
<LANGINFO lang="EN" label="The study"/>
</LANGINFOS>
<CMS_INPUT_DOM name="tt_courses" hFill="yes" useLanguages="yes">
<FORMATS>
<TEMPLATE name="i"/>
<TEMPLATE name="p"/>
<TEMPLATE name="ft_editor"/>
</FORMATS>
<LANGINFOS>
<LANGINFO lang="EN" label="Course structure"/>
</LANGINFOS>
<LINKEDITORS>
<LINKEDITOR name="lt_link"/>
</LINKEDITORS>
</CMS_INPUT_DOM>
<CMS_INPUT_DOM name="tt_module" hFill="yes" useLanguages="yes">
<FORMATS>
<TEMPLATE name="i"/>
<TEMPLATE name="p"/>
<TEMPLATE name="ft_editor"/>
</FORMATS>
<LANGINFOS>
<LANGINFO lang="EN" label="Module"/>
</LANGINFOS>
<LINKEDITORS>
<LINKEDITOR name="lt_link"/>
</LINKEDITORS>
</CMS_INPUT_DOM>
</CMS_GROUP>
</CMS_GROUP>
HTML:
<div class="content" $CMS_VALUE(editorId(editorName:"???????? can I here pass tt_group or something like this ???????" >
-------------
----------
</div>
-
Author: sense - 10/21/2021 15:00
This is not possible currently, only InlineEdit is possible, but jumping to the correct tab where the input component is shown is not possible.
Open up a feature request for this here in the community.
0
Please sign in to leave a comment.
Comments
1 comment