Expand my Community achievements bar.

how to add custom item under Page Information tab?

Avatar

Level 4

Hello,

 

Is here any way to add item under Page Information tab?

 

1.png

Thank you,

Keehwan

4 Replies

Avatar

Level 4

Thank you, Bhuwan.

We have a custom dialog on certain page custom component.

I would like to add a text with link under Page Information tab.

If the page is created with the page component, then the custom page component dialog will be open when user clicks on the link.

Is it passible to accomplish this with java/jsp code?

Avatar

Community Advisor

Hi @keehwan1 

  you can refer this  http://experience-aem.blogspot.com/2018/09/aem-64-touch-ui-add-view-in-publish-to-editor-page-info-d... for adding new item under page information Tab. And if these items needs to be rendered based on some condition than you can use granite:rendercondition . 

you can refer : https://levelup.gitconnected.com/aem-creating-custom-granite-render-conditions-28a21958f420 for adding custom render condition.

 

Thanks

Dipti

Avatar

Community Advisor

See this location 

/libs/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items/pageinfopopover

 

It has all the items, try adding your custom option, dig little more into this, I ll also see if any there is anything else .. I ll update here