Foren

Embedding portlet in an Application Display Template

Sebastian Wikholm, geändert vor 9 Jahren.

Embedding portlet in an Application Display Template

Regular Member Beiträge: 104 Beitrittsdatum: 10.03.11 Neueste Beiträge
Im trying to make an application display template in freemarker which would use assetpublisher to list items. In that template there would be another list of assets. I cant seem to embed an asset publisher into another assetpubliser using application display templates.

Tried the following

${theme.runtime("101")}

and

<runtime-portlet name="101" instance="" queryString=""/>

The examples above do not work. Any clue how to get this to work?