Last active
June 27, 2025 01:34
-
-
Save 000benniu/45b48a72265523cf401fd3def7147597 to your computer and use it in GitHub Desktop.
PortletEmbedder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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" | |
| } | |
| ] | |
| }] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .PortletEmbedder { | |
| } | |
| #portlet_com_liferay_account_admin_web_internal_portlet_AccountEntriesAdminPortlet > div > div.autofit-float.autofit-row.portlet-header { | |
| display: none; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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