Hello,
I am new to Webcenter Portal, I have UCM server and which contains photos, news, etc.. I want to display some content onto my webcenter portal page using 'ContentPresenter' taskflow.
I dragged 'ContentPresenter' component from component pallet, and it prompted with below parameters, I am not understanding how can I map these parameters with the content what I have in my UCM server.
<taskFlow id="doclibcontentpresenter1"
taskFlowId="/oracle/webcenter/doclib/view/jsf/taskflows/presenter/contentPresenter.xml#doclib-content-presenter"
activation="deferred"
xmlns="http://xmlns.oracle.com/adf/controller/binding">
<parameters>
<parameter id="taskFlowInstId" value="${}"/>
<parameter id="datasourceType" value="${''}"/>
<parameter id="datasource"
value="${''}/>
<parameter id="templateCategory" value="${''}"/>
<parameter id="templateView" value="${''}"/>
<parameter id="regionTemplate" value="${}"/>
</parameters>
</taskFlow>
thank you in advance.