This is basically the same as Make the block title required and allow it to be hidden for D8, but applied to both block titles and layout page titles.
D7 (<none>
required to hide title):
D8 (checkbox that toggles visibility of title):
GitHub Issue #:
692
Recent comments
It's a very long time since I did development like that - most of my development is in Lando so I get a different base URL for each site. Two thoughts come to mind: Have you...
Question re RewriteBase and running in a sub-directory
No, that won't work. My dev server's address looks like: localhost:1000/xyz/folder1/folder2 My prod server address looks like: example.com Just using a relative...
Need PHP Filter in Backdrop
No prob. I use a NAS for development, and my sites are all in different directories, so it's like <nasip>/volume1/web/site-name.
Need PHP Filter in Backdrop