Subview fragment to add custom content

Subview fragment with "Back to Overview" to add custom content

Custom Content in subview

Custom Content in subview

Administrator can add custom content in subview using a new fragment cx-subview-shell

Steps to Enable

Leverage the Visual Builder Studio to expose your applications. To learn more about extending your application using Visual Builder, visit Oracle Help Center > your apps service area of interest > Books > Configuration and Extension.

Admin can use cx-subview-shell new fragment 

<oj-vb-fragment bridge="[[vbBridge]]" name="oracle_cx_fragmentsUI:cx-subview-shell">

<oj-vb-fragment-param name="subviewName" value="section">

<template slot="content">

<div>

<iframe :src="[['https://en.wikipedia.org']]" top: 0;left: 0;bottom: 0;right: 0; width="100%" height="500" style="border:none;"></iframe>

</div>

</template>

</oj-vb-fragment-param>

</oj-vb-fragment>