Content versioning
SCHLIX CMS' application automatically saves a backup of your page so you can quickly restore or roll back in case you need your older content.
To restore an old copy of a document, simply click the Versioning tab, then click Restore
Note to developers: to enable versioning in your app, specify the property $this->has_versioning = true in the constructor or in class declaration.