Issues which do not fit into any of the other categories.
Topics | Comments | Posted |
Last comment![]() |
---|---|---|---|
Views grid, is it responsive? Template overrides... | 1 | 4 years 5 months ago | 4 years 5 months ago |
Starting client migrations | 2 | 4 years 5 months ago | 4 years 5 months ago |
Upgrade path to Drupal 8 | 2 | 4 years 6 months ago | 4 years 4 months ago |
Rendering in IE and Edge | 1 | 4 years 4 months ago | 4 years 4 months ago |
Is this forum alive? | 2 | 4 years 4 months ago | 4 years 3 months ago |
where does backdrop store vocabularies? Accepted answer | 5 | 4 years 2 months ago | 4 years 1 month ago |
config files vs db | 11 | 4 years 1 month ago | 4 years 1 month ago |
Meta discussion: "A.I. transparency management" meets CMS (needs Backdrop...) | 0 | 4 years 1 month ago | 4 years 1 month ago |
Introduction | 2 | 4 years 4 months ago | 4 years 1 month ago |
Backdrop Firewall Module | 4 | 4 years 1 month ago | 4 years 4 weeks ago |
Domain registrars | 2 | 3 years 11 months ago | 3 years 11 months ago |
eCommerce Accepted answer | 2 | 3 years 9 months ago | 3 years 9 months ago |
Signup.com Accepted answer | 1 | 3 years 9 months ago | 3 years 9 months ago |
Webform is not working | 0 | 3 years 7 months ago | 3 years 7 months ago |
phpBB Forum integration? | 4 | 3 years 8 months ago | 3 years 7 months ago |
access to developer documentation? | 2 | 3 years 7 months ago | 3 years 7 months ago |
maintenance and stabiliity | 9 | 3 years 6 months ago | 3 years 6 months ago |
"Crowd Funded" module improvements | 2 | 3 years 5 months ago | 3 years 5 months ago |
Vetting for Backdrop modules? Accepted answer | 2 | 3 years 6 months ago | 3 years 5 months ago |
forum spam | 1 | 3 years 4 months ago | 3 years 4 months ago |
Backdrop and Docker Accepted answer | 2 | 3 years 2 months ago | 3 years 1 month ago |
Backdrop Needs more themes | 3 | 3 years 3 months ago | 3 years 1 month ago |
Backdrop vs D7 core modules Accepted answer | 4 | 5 years 3 months ago | 3 years 1 month ago |
SPAM Profiles | 0 | 3 years 2 weeks ago | 3 years 2 weeks ago |
How is Backdrop Forum built? Accepted answer | 9 | 4 years 4 months ago | 2 years 12 months ago |
Recent comments
I agree with BWPanda about the better way to add a filter. As for your general question on how to add an array to a config file (which gets stored as json), have you tried: $config = config('...
How to programmatically insert an array into config file
I think that directly editing config is rarely, if ever, the best way to do something... Perhaps try loading a format (with it's filters) using filter_format_load(), add the new filter array (by...
How to programmatically insert an array into config file
My initial goal was to create a menu item that linked to a view that I had configured and that was being created on installation of the module, by including the view config file. To do this, I just...
How to programmatically create a menu link