Layout is not Content, it is not used to create pages, so I think you have chosen the wrong way. To avoid problems, just need to use every tool for its own purpose. This is not a direct answer,...
The Search module from CMS core allows to limit the Content type and is quite suitable for use, the settings are available for understanding. The form is added to the pages like other blocks /...
What are you trying to search? Titles of contents? Content of body field? Have you tried creating a View and adding an exposed filter? Otherwise the search API module is a powerful way to create...
Posted21 hours 23 min ago by Alejandro Cremaschi (argiepiano) on:
You are right. It should work out of the box. But it is not. As suggested by you I uninstalled colorbox and instead tried to configure glightbox. Jquery is already set to Jquery3. But the...
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