Hidden libraries?

Is there a way to hide a library from view but to still have the components from it visible in the files that use components from it?

Alternatively, if the components are in the same file and I hide one from being published, would it still show up if placed inside another component?

Hope this makes sense.

You can place a “.” Dot or a “_” underscore in front of the symbol file. I personally use .:lock:master / component name. That will hide the master and let me create wrapper instances with it and combine them as variants.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.