Description of the need
I have many pages of instruction manuals for x-ray diffraction facilities that will incorporate anchors (from menus).
Proposed solution
Add CKEditor Anchor button to toolbar selection.
Alternatives that have been considered
Manual input in source
Additional information
1231 is complete, but it addressed removing the Anchor button that did not work. I do not see it in the "to do" list.
Draft of feature description for Press Release (1 paragraph at most)
Backdrop now includes the CKEditor Anchor button.
GitHub Issue #:
4914
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