Hi, patch #26 seems to work well. But it is conflicting with the
subgroup module →
.
The subgroup group-content plugin $content_entity_type_id
is group
, which is overridden by line 119
$tokens['group_content']['group'] = [
'name' => t('Group'),
'type' => 'group',
];
Hey, Thank you for the quick reply.
The code looks good, and I confirm it it fixes the issue =)
Hey! thanks!
I confirm the patch fixes the issue on RC2 of gin with 9.5.5 Drupal. (I also checked that nothing breaks in LTR =)
This is actually breaks functionality (maybe only in RTL), it causes the message to reappear after it was closed and only then to disappear.
I uploaded here a little patch, I added only the options that were available in the css of the library.
This is a duplicate of 🐛 CKEditor 5 isn't respecting field widgets row settings Fixed
i've created a MR. Let's review it and merge it! =)
Previous patch no longer applies. Here is a new patch.