Is it possible to set a page as 'draft' on toddle like you can on webflow?
When you 're in the editor you 're always editing a branch . You can preview the app in the editor by pressing the Test App button (the play button ) . You can also preview the app in the browser by pressing the Preview page button (the arrow in the circle ) . None of your changes go on your live , production webpage until you publish your branch by pressing the blue publish button . Most of the time we just don ’t link to the page and then nobody knows it is there . We also use feature flags in the toddle project to disable features that are currently being worked on . You can e .g . use local storage to do this , so the page checks local storage on load and if a special value is not there it will redirect to 404