[solved] Un-toggle instance by default

How do I un-toggle instances by default?

The GUI looks for a publish data member on an instance.

# Toggle off
instance.set_data("publish", False)

New syntax.

# Toggle off
instance.data["publish"] = False