🕓 Versions
All actions with blocks and tables — creation, updating, copying, and deletion — are automatically saved in the change history.
This allows you to restore previous versions of data at any time.
This is especially useful when working with nested tables — history is preserved for them as well:
⚙️ Disabling History
By default, versioning is enabled and saves all changes.
However, in some cases — for example, during development — you may want to disable it.
To disable history saving, set the system setting:
html
pageblocks_enable_history = falseHistory will no longer be saved until this option is re-enabled.

