I ran into this problem again, now I understand, I can simply edit View and changing the filter option „Remember the Last Selection“. Unlike Drupal, Backdrop use Views for the Content page, I...
I don't think this answers your question, but it might help someone with a related question.
The layout template for any given layout is stored in config and you can programmatically...
Comments
Yes, see https://github.com/backdrop-contrib/bee/issues/53 for where this was added, but you're probably just better off running
bee help install
for details.Here is the bee command I'm using now within ddev (remove "ddev" if not using ddev):
ddev bee install --db-name=backdrop --db-user=backdrop --db-pass=backdrop --username=admin --password=pw1234 --email=test@email.com --site-name="Demo Site" --auto
For more info, run:
bee help install