Expand my Community achievements bar.

Configuring Default ui. Changing from classic to touch -ui.

Avatar

Level 4

Hi,

we are switching from AEM 6.3 classic to touch -ui. I tried updating the configs with touch-ui as default.But in crx it still shows the older code and even if delete that config and redeploy the code still i am seeing old code there.

Please find the code below:

com.day.cq.wcm.core.impl.AuthoringUIModeServiceImpl.xml

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE xml>

<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0"

    xmlns:jcr="http://www.jcp.org/jcr/1.0"    jcr:primaryType="sling:OsgiConfig"

    authoringUIModeService.default="TOUCH"

    />

com.day.cq.commons.servlets.RootMappingServlet.xml

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE xml>

<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0"

    xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="sling:OsgiConfig"

    rootmapping.target="/projects.html" />

Please let me know if i am doing something wrong.

0 Replies