Skip to content

Instantly share code, notes, and snippets.

@000benniu
Last active June 27, 2025 01:34
Show Gist options
  • Select an option

  • Save 000benniu/45b48a72265523cf401fd3def7147597 to your computer and use it in GitHub Desktop.

Select an option

Save 000benniu/45b48a72265523cf401fd3def7147597 to your computer and use it in GitHub Desktop.
PortletEmbedder
{
"fieldSets":
[{
"fields":
[
{
"name": "portlet",
"label": "Portlet Class Name",
"description": "button-text",
"type": "text",
"typeOptions":
{
"placeholder": "Placeholder"
},
"dataType": "string",
"defaultValue": "com_liferay_users_admin_web_portlet_UsersAdminPortlet"
}
]
}]
}
.PortletEmbedder {
}
#portlet_com_liferay_account_admin_web_internal_portlet_AccountEntriesAdminPortlet > div > div.autofit-float.autofit-row.portlet-header {
display: none;
}
<div class="PortletEmbedder">
[@liferay_portlet["runtime"] portletName="${configuration.portlet}"/]
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment