How can I set up which folders are loaded by the CRXDE(normal, not lite)? I want to load these folders
/apps /etc /libs /content
but the CRXDE loads only
/apps /etc /libs
Solved! Go to Solution.
How to modify the set of repository paths exported to CRXDE using the CRX Content Explorer:
1. Navigate to http://localhost:4502/crx.
2. Login if you have not already logged in.
3. Select the Content Explorer.
4. In the Content Explorer, navigate to /etc/crxde/profiles/default
5. Modify the crxde:paths property by adding desired paths. (e.g., /content)
6. Click the green check mark.
7. Save All.
This is not a documented use case -- i am looking into how this can be performed.
Views
Replies
Total Likes
How to modify the set of repository paths exported to CRXDE using the CRX Content Explorer:
1. Navigate to http://localhost:4502/crx.
2. Login if you have not already logged in.
3. Select the Content Explorer.
4. In the Content Explorer, navigate to /etc/crxde/profiles/default
5. Modify the crxde:paths property by adding desired paths. (e.g., /content)
6. Click the green check mark.
7. Save All.