Hi @opentype. Thanks for confirming it worked. It is helpful for others if you can also mark the answer using the "accept this answer" button as this will show that the question has an answer...
Posted2 days 14 hours ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Hello opentype. Welcome to Backdrop CMS.
This would either require a sub-theme (have a look at Thesis which is a starter sub-theme with nothing changed) or a custom module.
Assuming...
Posted3 days 5 hours ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
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 installfor 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" --autoFor more info, run:
bee help install