Deploying a custom page to Alfresco share
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2013 12:00 AM
I had been trying to add a new page to the Alfresco Share UI. But, I never managed to get this working because when ever I deploy the code as a .jar file and restart alfresco I don't see the required content. This sample is given in the Alfresco official docs. Can anybody help identify what I'm doing wrong here. The code I created is attached here.
<strong>alfresco/site-data/pages/home-page.xml</strong>
<strong>alfresco/site-data/pages/home-page.xml</strong>
<page> <template-instance>home-page</template-instance> <authentication>user</authentication></page>
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2013 03:08 AM
Hi,
You also need to create template-instance and template files. Once you create them you can access the page http://localhost:8080/share/page/pageId
If you want to show the page in customize site, you need to add the page in share-config-custom.xml.
to create page follow the link : http://wiki.alfresco.com/wiki/Share_Custom_Pages
You also need to create template-instance and template files. Once you create them you can access the page http://localhost:8080/share/page/pageId
If you want to show the page in customize site, you need to add the page in share-config-custom.xml.
to create page follow the link : http://wiki.alfresco.com/wiki/Share_Custom_Pages
