@@ -49,17 +49,19 @@ The name or ID of the stack.
4949
5050Description:
5151A <scriptOnly> stack will save just the script with a single header line
52- declaring the stack name. Any other objects or properties of the stack
53- will not be written to disk.
52+ declaring the stack name. If the stack has a <stack> <behavior>, the
53+ name of the behavior stack is also saved to the header line. Any other
54+ objects or properties of the stack will not be written to disk.
5455
5556The <scriptOnly> property has been added to enable scripts to detect and
5657set the file format of the stack. Without this property it is not
5758possible to detect the file format the stack is being saved in without
5859examining the file itself.
5960
60- >*Warning:* <scriptOnly> stacks only save the stack name and script. Any
61- > property changes and objects created while the stack is open will not
62- > exist the next time the stack is opened.
61+ >*Warning:* <scriptOnly> stacks only save the stack name, script and
62+ > stack behavior. Any other type of behavior, or property changes and
63+ > objects created while the stack is open will not exist the next time
64+ > the stack is opened.
6365
6466>*Note:* Script only stacks are unable to be password protected. In
6567> order to password protect a script only stack use the following
@@ -68,7 +70,7 @@ examining the file itself.
6870 set the scriptOnly of stack "Secrets" to false
6971 set the password of stack "Secrets" to field "Password"
7072
71- References:create stack (command), stack (object)
73+ References:create stack (command), stack (object), behavior (property)
7274
7375Tags: objects
7476
0 commit comments