Page 1 of 1

export substack from one stack and import into another

Posted: Thu Aug 08, 2013 1:24 am
by Nakia
Hi,

I have a calendarWidget substack that is contained in one of my other current projects stacks.
How can I export that substack out as its own stack and then import into another stack as a substack?

Thanks

Re: export substack from one stack and import into another

Posted: Thu Aug 08, 2013 1:36 am
by FourthWorld
You can set the mainstack property of a substack to the name of another mainstack and it'll copy the substack to that mainstack's stack file.

Re: export substack from one stack and import into another

Posted: Thu Aug 08, 2013 2:11 am
by Nakia
Thankyou very much...