These FAQs (Frequently Asked Questions) have been asked by users in the forum, and have been selected by moderators for inclusion on this page.
Title | Updated |
---|---|
What is the difference between Drush, Brush, and Bee? | 4 months 3 days ago |
organic groups or "group module"? | 5 months 6 days ago |
Video Tutorials | 7 months 4 weeks ago |
Is it possible to merge prod database with local if not the same? | 8 months 1 week ago |
Update Core and Theme via Web interface | 12 months 1 day ago |
Adding multiple addresses/nodes on a map using views? | 1 year 3 months ago |
How does the future of backdrop look like? | 1 year 5 months ago |
view a node depending on your role | 1 year 5 months ago |
E-Commerce Solutions for BackdropCMS | 1 year 6 months ago |
Where to make a request for a drupal module to be ported | 1 year 7 months ago |
How to install SSL | 2 years 11 months ago |
Backdrop vs D7 core modules | 3 years 1 month ago |
Where should I put my config directories? | 4 years 6 months ago |
Recent comments
The port of Organic Groups is within days (if not hours) of a beta release. Feel free to help test and report issues. https://github.com/backdrop-contrib/og
Porting Organic Groups module to Backdrop
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