Description
When I register a first party package, the toolbar when editing the CKEditpor field is not shown.
Worked in V5.1
Steps to reproduce
- register First Party Package with e.g.
if (Craft::$app->getRequest()->getIsCpRequest()) {
CkeditorConfig::registerFirstPartyPackage(['ShowBlocks'],['showBlocks']);
}
- Edit a CKEditor Field in see this:
Additional info
- Craft version: 5.9.16
- PHP version: 8.3
Chers
-Peter