How to implement blueprint and live copy for touch UI | Community
Skip to main content
d_s11
Level 2
January 7, 2016
Solved

How to implement blueprint and live copy for touch UI

  • January 7, 2016
  • 3 replies
  • 1256 views

My blue print and live copy only displays in classic view. How do I implement blueprint and live copy for touch UI ?

<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"    jcr:primaryType="cq:Widget"    xtype="blueprintconfig"/>

 

 

 

 

 

<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"    jcr:primaryType="cq:Widget"    xtype="livecopyproperties"/>
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Lokesh_Shivalingaiah

You can create a live copy in TouchUI by following the below step

Goto http://localhost:4502/sites.html/content

click on '+Create' and select 'Create Live Copy' and follow the steps

but for creating blueprint, I didnt see the option in TouchUI. You may have to use the /miscadmin (ClassicUI) .

3 replies

smacdonald2008
Level 10
January 7, 2016

See this AEM Readme if you are using AEM 6.1: 

https://docs.adobe.com/docs/en/aem/6-1/release-notes/sites.html#Multi-Site Manager Add-on

For older versions of AEM - you have to use Classic UI. 

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
Level 10
January 7, 2016

You can create a live copy in TouchUI by following the below step

Goto http://localhost:4502/sites.html/content

click on '+Create' and select 'Create Live Copy' and follow the steps

but for creating blueprint, I didnt see the option in TouchUI. You may have to use the /miscadmin (ClassicUI) .

Jitendra_S_Toma
Level 10
January 8, 2016

Hi ,

I am not sure if there is any such option ( creating blueprint ) in Touch UI or in classic UI. Anything is in AEM (pages or catalog etc) are blueprints.

Jitendra

bsloki wrote...

You can create a live copy in TouchUI by following the below step

Goto http://localhost:4502/sites.html/content

click on '+Create' and select 'Create Live Copy' and follow the steps

but for creating blueprint, I didnt see the option in TouchUI. You may have to use the /miscadmin (ClassicUI) .