Description of the need
Follow-up from https://github.com/backdrop/backdrop-issues/issues/4122.
Right now both CKEditor 4 and CKEditor 5 modules implement hook_telemetry_info()
to report their respective CKEditor version strings. For example:
CKEditor 4 returns ckeditor_version
of 4.18.0
CKEditor 5 returns ckeditor5_version
of 40.2.0
While this data is useful in some ways to tell how up-to-date our library usage is, it's not helpful for distinguishing between CKEditor 4 and 5 (or both) usage. To do that we need a separate return value of either 4
, 5
, or both
.
Proposed solution
Since each module can only report if it is enabled, I think it would make sense to include this value in telemetry.module directly.
Recent comments
Tried and successfully applied DrAlbany's method with the form https://www.drupal.org/sandbox/grobot/2105379stickman hook. I also encountered the same situation. Thanks DrAlbany
Ubercart - Auto increment SKU
Since before migration you need to prepare the Drupal site - disabling and removing all modules, disabling themes, as part of the preparation you can clear the cache and logs, delete the search...
Trimming the size of my database for D2B_migrate not to error out (Request Entity Too Large / 504 Gateway Time-out)
QuickTabs is now available!!! But does not work as expected, already reported (https://github.com/backdrop-contrib/quicktabs/issues/14). Maybe an alternative solution using Views...
Quick Tabs (or method to simulate)