Expand my Community achievements bar.

SOLVED

How to implement blueprint and live copy for touch UI

Avatar

Level 2

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"/>
1 Accepted Solution

Avatar

Correct answer by
Level 10

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) .

View solution in original post

3 Replies

Avatar

Level 10

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. 

Avatar

Correct answer by
Level 10

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) .

Avatar

Level 9

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) .