Create device group
Group the emulators to make them available in AEM Page Editor.
Create /apps/settings/mobile/groups/<name of device group>
node structure under /ui.apps/src/main/content/jcr_root
.
Create a .content.xml
file in /apps/settings/mobile/groups/<device group name>
and define
the new emulators using code similar to the one below:
Update the template’s device group
Lastly, map the device group back to the page template so the emulators are available in the Page Editor for pages created from this template.
Open the ui.content/src/main/content/jcr_root/conf/[app name]/settings/wcm/templates/page-content/structure/.content.xml
file and update the cq:deviceGroups
property to reference the new mobile group (for example, cq:deviceGroups="[mobile/groups/customdevices]"
)