Describe your issue or idea
In a recent core PR needed to check if active config had changed from default. There isnt a core function for that, you'd need to scan the config folder and read the file you want "manually".
GitHub Issue #:
3251
In a recent core PR needed to check if active config had changed from default. There isnt a core function for that, you'd need to scan the config folder and read the file you want "manually".
Posted 16 hours 55 min ago by (leeksoup) in How-To and Troubleshooting
Posted 2 days 6 hours ago by (leeksoup) in How-To and Troubleshooting
Posted 2 days 14 hours ago by (leeksoup) in How-To and Troubleshooting
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