People may not realize by the name of the module "Demonstration Site" that it is an absolute must have for testing and development because it allows easily creating snapshots of the site and being able to restore them. It has been useful for years as a drupal module and was back ported to Backdrop. It works great!
It is different than the backup_migrate module and while sites will continue to have use for the backup_migrate module, the demo module has two significant differences:
1. The demo module saves a database dump and on restore (or as it refers to it, on reset) it drops and rewrites the database, removing any tables that may have been added since the snapshot. This is a behaviour that backup_migrate does not do by default but has an advanced option for it.
2. The demo module, also saves the config files and restores them on reset. This is something that the backup_migrate module does not do.
As a new or experienced user this module is very handy to create snapshots of a site. It can also be used to save a snapshot and then test a new module or even the preview release of Backdrop (you still have to have the original core files in a backup or git).
Yes, it can also be used to create a demonstration site with automatic reset on cron. But, that is a feature that fewer people may need.
To install it go to "Install new module" and search for "Demonstration site" and for more details see https://backdropcms.org/project/demo
Recent comments
nice find! the links for the most recently updated issues in the core and contrib queues are a great way to stay on top of things—especially now that the feature freeze is just around the corner...
Seeing what issues are new
A simple way — use Field Group to create a container for fields https://backdropcms.org/project/field_group and CSS Flex оr Grid to alignment. You can also create Fieldsets to...
Layout also for /node/add/ forms?
Yes. The are several ways to do this: Install Mail System and select "Testing" for delivery in admin/config/system/mailsystem Install Maillog / Mail developer...
Prevent Backdrop from sending emails
The short answer is no, you can't theme forms or change their layouts through the UI. There is a ported version of Display Suite, which has a submodule called Display Suite Forms that allows you...
Layout also for /node/add/ forms?
Thanks! I tested PayPal WPS (since I also use it in my Drupal 7 Commerce shop). With the PayPal server SANDBOX mode (no real payment transaction, just simulated). And everything...
Commerce shop system from Drupal