This was mentioned in https://github.com/backdrop-ops/contrib/issues/71#issuecomment-76859926
entity_delete entity_save
These two could be put in core. We already have methods for these on all entities. e.g. $node->save() or $node->delete().
GitHub Issue #:
862
Recent comments
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?
A simple option — use Field Group to create a container for fields https://backdropcms.org/project/field_group and CSS Flex оr Grid to alignment.
Layout also for /node/add/ forms?