Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogerblanton/2e82b1c0a847354c8704 to your computer and use it in GitHub Desktop.
Save rogerblanton/2e82b1c0a847354c8704 to your computer and use it in GitHub Desktop.
Change the default start page of AEM 5.6+ from touch ui to classic interface
<?xml version="1.0" encoding="UTF-8"?>
<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="/welcome"/>
@rogerblanton
Copy link
Author

Place this file under /apps/{appName}/config.author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment