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 the guide, let me do just that. I hope there is still a chance of these seeing a backdrop port.
Station and Community Media
The block system and API in Backdrop is very different from Drupal's. In Backdrop, as in Drupal, modules can define blocks in code (in fact some of the API at this level is the same, with...
Drupal block module conversion
This was from examining line 2463- of the webform.module, where // Attach necessary JavaScript and CSS. $form['#attached'] = array( 'css' => array(backdrop_get_path('module', 'webform...
How do I diagnose Webform Conditionals failing?