I played around with metatags and when i revisited those pages they now have description metatags. Not sure what the initial problems were though. Sorry for the time waste.
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...
Posted1 day 23 hours ago by Alejandro Cremaschi (argiepiano) 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