Hi @DianeBAS
It doesn't look like there are any port requests for these modules and they do not appear in https://github.com/backdrop-contrib so it doesn't look like anybody has tried anything unless...
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'] = (...
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
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('...
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...
Posted20 hours 41 min ago by Peter Anderson (BWPanda) on:
Comments
I'd like to have a discussion with other linux users in the Backdrop community about their tools and workflows.
Favorite open source linux applications.
Possibly related to @stpaultim's suggestion - command line tools - given Drush 8's end of life seems to be tied to D7 should we focus more on Bee?