Skip to content

Commit

Permalink
LPS-86553 Apply new taglib
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-miho committed Dec 11, 2018
1 parent 8358b6e commit 5064cab
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -234,6 +234,14 @@ if (portletTitleBasedNavigation) {
/>
</aui:fieldset>

<aui:fieldset collapsed="<%= true %>" collapsible="<%= true %>" label="display-page">
<liferay-asset:select-asset-display-page
classNameId="<%= PortalUtil.getClassNameId(BlogsEntry.class) %>"
classPK="<%= entryId %>"
groupId="<%= scopeGroupId %>"
/>
</aui:fieldset>

<aui:fieldset collapsed="<%= true %>" collapsible="<%= true %>" label="related-assets">
<liferay-asset:input-asset-links
className="<%= BlogsEntry.class.getName() %>"
Expand Down

0 comments on commit 5064cab

Please sign in to comment.