mike.vindicate → created an issue.
Updated patch to be compatible with 1.3
Attached a patch with the schema and the added properties.
mike.vindicate → created an issue.
Attached a patch that can be used for Drupal 10.2. Thanks for fixing the issue.
xurizaemon → credited mike.vindicate → .
Forgot to add the services part in #9, re-added in this patch.
Attached patch fixes a deprecation for php 8.2 that came in with the last patch, it's a small fix and thanks for the patch in #7 @bburg.
Deprecated function: Creation of dynamic property Drupal\domain_language\DomainLanguageOverrider::$currrentUser is deprecated in Drupal\domain_language\DomainLanguageOverrider->initiateContext()
Added patch that fixes the warning and allows to edit, when updating from version 3.0.
mike.vindicate → created an issue.
Added patch that applies to version 3.1.0 which has support for CKEditor 4 and 5. We probably want to start a whole new version (4) of this module where support is dropped for CKEditor 4. Tweaked some minor things to the requirement, so that it only checks if CKEditor contrib is installed.
Since changes are made to the info.yml file, you can use this package: https://packagist.org/packages/orakili/composer-drupal-info-file-patch-h.... Then you should be able to install the patch.
Added patch derived from the MR.
mike.vindicate → created an issue.
The patch works as expected, but this will break some Drupal 9 installations prior to 9.2 and Drupal 8. Both of these versions are unsupported, but the info file should reflect this as well.
See:
https://www.drupal.org/node/3158256 →
Can confirm the patch from @linhnm fixes the problem with duplicate crumbs and the patch applies cleanly. Thanks @linhnm for providing it.
This works with version 1.5, but version 1.5 won't install via composer since it relies on jquery_ui_accordion:^1.1. The dependency in composer.json should be updated to ^2.0.
https://git.drupalcode.org/issue/paragraphs_jquery_ui_accordion-3288992/...
Attached patch that implements solution to skip simple pass reset when guardian is used for guarded accounts.
mike.vindicate → created an issue.
Merge request functionally works as intended, there is only only issue with the "FootnotesFilterPluginTest". In D10 "classy" is deprecated so changed it to "stark". See the attached patched, which is derived from the MR.
Can confirm that the fork fixes the issue's. Also checked if Classy is needed, but can't find anything and looks good in Claro.
The only caveat maybe is that D8 support is completely dropped, but that's EOL anyway. If it's still needs to be supported this could be 2.0 version.
The patch provided by the update bot is enough to make the module compatible with D10.
The module with the patch works as intended. It's nice to have the option to update to Drupal 10 and keep using CKeditor 4 version until it's ready for CKeditor 5.