- First commit to issue fork.
- 🇩🇪Germany Hydra
I added a second MR where I upgrade the solution to work with the non-jquery version in 2.0.x branch for everyone using this and doing an upgrade.
- 🇺🇸United States charles belov San Francisco, CA, US
It would also need to be possible to add language spans if one of the accordion titles is in a different language.
I added a second MR where I upgrade the solution to work with the non-jquery version in 2.0.x branch for everyone using this and doing an upgrade.
This change is actually necessary for the accordion to work at all in the 2.0.x version if the behaviors are attached more than once. I think maybe the
once
function isn't working properly?Notice that
once
is not added as a parameter where it should be:dependencies: - core/drupal - core/drupalSettings - core/once
/** * @file * CKEditor Accordion functionality. */ (function (Drupal, drupalSettings) { 'use strict'; ... })(Drupal, drupalSettings);
- 🇫🇮Finland j-vee Turku, Finland
Thanks everyone, there's a new configuration option in 2.2.2 to Allow HTML in Titles.
- Status changed to Fixed
12 days ago 6:54am 24 March 2025