Here are some more details about my setup. Yes, I am using a contextual filter.
Specifically, I have several content types that have an entity reference field meant to hold references to...
There's a few way to accomplish it, but it really depends on your full requirements.
I'm working on a contact management module but it won't be released for a few months.
There...
I'm fairly sure that some people have done this successfully in Backdrop. Please can you list the modules you are using; that should help us get the right people to join this conversation.
Posted17 hours 18 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Another content type for the addresses is a good option, and there are some more, for instance:
Use the Address Field.
If you already use Paragraphs (or are open...
Posted18 hours 1 min ago by Olaf Grabienski (Olafski) 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 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