Saving out templates settings

Hi guys!

Just a quick question about saving templates.

When I click, “save template” in cornerstone, it automatically selects all of the sections. This is a bit of a pain when I have 20+ sections on a page and I am trying to save them out individually. Is there an option somewhere that I have missed where I can either deselect all?

Thanks

Hey @The_Capture_Factory,

Regretfully, there is currently no deselect all option most probably due to UI constraints.

This is not recommended and we will not support this but if you want to give it a shot, open the browser’s console and enter this code.

jQuery('.is-lvl-0').click();

I’ll post this as a feature request so maybe our development team will add this in the future.

Hope that helps.

Hey @christian_y,

That works perfectly! But if you could submit a feature request for an easier way around the issue, that would be much appreciated :blush:

Hey @The_Capture_Factory,

We’re glad it help. Yep, it’s already listed as a feature request. :slight_smile:

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