adobe-dmeservices / custom-metadata

The home for a Custom Metadata Panel extension for Creative Cloud
https://exchange.adobe.com/creativecloud.details.103752.html
17 stars 8 forks source link

How to set a relative path to a view? #44

Open xoogu opened 3 weeks ago

xoogu commented 3 weeks ago

In the file adobe_bridge_cmp_settings.json I have tried setting a relative path to the views, but this doesn't seem to work. If I use a path like ./path/to/view.json, then in the Tab management panel it displays as path/to/view.json/. and the view can't be loaded. If I use a path like path/to/view.json it won't load either. I am assuming the path would be relative to the location of the adobe_bridge_cmp_settings.json file, but maybe that is my issue and it should be relative to some other folder?

jameslockman commented 3 weeks ago

We use Adobe's Common Extensibility Platform (CEP) to build Custom Metadata Panel. Its file handling routines require absolute paths. We will try to include absolute path resolution from relative paths in the next release.

jameslockman commented 2 weeks ago

We have a solution, which will release with a number of other features soon.

jameslockman commented 1 day ago

We've made some adjustments that you can view in the 2.0.2 beta 1 release. Please download and see if this works for you!