Adobe-CEP / Samples

Code samples for CEP extensions
MIT License
984 stars 552 forks source link

Deep search whole project for a bin #63

Closed embiem closed 7 years ago

embiem commented 7 years ago

The current function only returns bins if they're in the root of the project, but disregards nested bins.

I also added a type === 2 check, because we only want to check for bins and ignore e.g. media files.

bbb999 commented 7 years ago

Thanks!