This is a collection of useful account settings you might set in settings.json.
Force Auto Publish
Auto publish activates by default during website development mode (before external domain activation). Once a domain is added, this feature deactivates automatically.
What is auto publish?
When you change something on a page and navigate to another page, the previous page is automatically published. This makes it easier and faster to develop websites.
When auto-publish is disabled, users must manually click the Publish button. The Pages menu displays unpublished changes.
Configuration
To disable automatic publishing:
{
"publish": {
"auto": false
}
}
