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
To add a summary of event details to the list below the title and customize the way the time is displayed. If this is part of the library then I guess the easiest way is to create a list...
FullCalendar Views - way to modify list view?
AFAIK, this is part of the FullCalendar library and it doesn't create a separate View Display. If you want to customise the look and feel, you will need to target the elements with CSS....
FullCalendar Views - way to modify list view?
CSS - font-weight: bold. If in the future you want to remove the bold for that field on all pages of the site, changing the formatting of all pages is very difficult, unlike changing the CSS...
Use text editors in Summary Field
thanks! you understood me perfectly. Displays was the place to go... now it seems so obvious! thanks!!@
How to switch on/off taxonomy titles within a node?
Hi @geoma If I've understood you correctly: Go to /admin/structure/types/manage/institutions/display/default For the "County" field, select the Label to "...
How to switch on/off taxonomy titles within a node?