In our development environment, some of the folders under /content are hidden in touch UI siteadmin (AEM Sites), However these folders/pages are visible in classic UI siteadmin. What could be the possible reason. We have not configured anything specific to hide folders in touch UI.
Issue is resolved now. For folders to be visible in touch UI siteadmin, they have to be of type sling:OrderedFolder. We had created them of type nt:folder. When we changed the jcr:primaryType attribute through crx explorer, these folders started getting displayed in touch UI siteadmin.
Issue is resolved now. For folders to be visible in touch UI siteadmin, they have to be of type sling:OrderedFolder. We had created them of type nt:folder. When we changed the jcr:primaryType attribute through crx explorer, these folders started getting displayed in touch UI siteadmin.