cancel
Showing results for 
Search instead for 
Did you mean: 

Creating custom site pages

hss
Champ in-the-making
Champ in-the-making
Can someone help me please.

How can I add to the page list in 'customize site' i.e. documents library, blogs, calendar etc. I want to add my own page links. 

Thanks in advance.
2 REPLIES 2

jpfi
Champ in-the-making
Champ in-the-making
Hi,
in web-extension/web-framework-config-custom.xml:
<alfresco-config>
  <config evaluator="string-compare" condition="SitePages">
      <pages>
         <page id="yourpageid">yoururl</page>
         <!–e.g.–>
         <page id="contract-search">contract-search</page>
      </pages>
   </config>

</alfresco-config>

cheers, jan

hss
Champ in-the-making
Champ in-the-making
Thank you for your help. I will try and see if I can add my own links.