I have a media source for images pointing to /assets/images/ and then a field setup in the ClientConfig using that media source. When populated the field in ClientConfig shows something like logo.png.
However when I use the ClientConfig variable [[++image]] in a template it returns the truncated file URL of just /logo.png instead of assets/images/logo.png.
Am I missing a setting to get this to work right?