How do I change the settings in query-steps using the API? I'm trying enable all the steps if I am in an Edit mode for a form. I tried using:
var wizard = $("#wizard").steps();
wizard.steps({
enableAllSteps: true
});
Apparently this isn't correct.