Another module that's merged in D8 core: https://www.drupal.org/project/i18nviews
Part of #378
GitHub Issue #:
1375
Another module that's merged in D8 core: https://www.drupal.org/project/i18nviews
Part of #378
Posted 21 hours 1 min ago by (stpaultim) in How-To and Troubleshooting
Posted 2 days 2 hours ago by (stpaultim) in How-To and Troubleshooting
Posted 3 days 2 hours ago by (stpaultim) in How-To and Troubleshooting
Recent comments
Thanks for those ideas. Here is what I'm doing now that works. This adds the video_filter to the config file. $format = filter_format_load('filtered_html'); $format->filters['video_filter'] = (...
How to programmatically insert an array into config file
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