AEM 6.1 - pathbrowser - how to pick static files
pathbrowser works when I point it to DAM location but I don't see static css files under "etc/designs" folders. What should I do to enable static files with "pathbrowser" ?
<view
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/form/pathbrowser"
rootPath="/etc/designs/alpha/css"
name="./css"
fieldLabel="CSS File"/>
Thanks