Topic: sourcePath showing in config file

I was wondering if there is a way to disable or fix the showing of the sourcePath variable in the generated config.xml files?

For example for each image I'm seeing
<image imageURL="images/hdk1511a_55.jpg"
    thumbURL="thumbs/hdk1511a_55.jpg"
    linkURL="images/hdk1511a_55.jpg"
    linkTarget="_blank"
    sourcePath="C:\Users\MyName\Desktop\MyFolder\images\hdk1511a_55.jpg">

I know it isn't probably a big deal, but don't really want my PC drive layout, etc. listed in the source code of documents.

Thank you, looking forward to upgrading to pro

Re: sourcePath showing in config file

It is not possible to disable the sourcePath entries from being written to the 'config.xml' file by JuiceboxBuilder.
They are required if JuiceboxBuilder needs to reprocess an image (for example if removing a watermark).

If you really want to remove the sourcePath entries from your gallery's 'config.xml' file, you could remove them all with a single global regular expression search and replace action in a text editor.