Message Boards

How do I configure a portlet embedded in a Web Content?

João Carneiro de Melo, modified 3 Years ago.

How do I configure a portlet embedded in a Web Content?

New Member Posts: 13 Join Date: 12/6/19 Recent Posts

Hi,

I am working with Liferay 7.3 DXP

I am embedding a navigation menu in a web content. I want to configure my navigation menu with a custom widget template and with a navigation menu. However, I don't have access to te kebab menu to change its configuration. I am doing this in a content page.

 

My steps for now:

1) Create a web content structure

2) Create a web content template and embed the navigation menu:

<@liferay_portlet["runtime"]
    instanceId="embededHighlightHp"
    portletName="com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet"
/>

3) Create a web content

4) Insert a web content display in the content page and configure it to show the wanted content with the template

5) Publish the content page

At this point I can see the navigation menu embeded in my web content but I can not configure it. Hovering the menu won't show any menu. Inspecting in te html shows that the navigation portlet is without configuration.

How can I configure this embedded portlet?

Thanks in advance,

João Melo