- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
This failed to provide an update path 😅 Doing that now at 🐛 Fix → native CKEditor 5 functionality and fix bug in SourceEditingRedundantTagsConstraintValidator that allowed it to slip by Fixed .
We "solved" the problem of supporting <ol start>
by using the SourceEditing
functionality for that.
But in CKEditor 5 32.0.0, they've added native support for <ol start>
(and even for <ol reversed>
).
Which means that rather than having to edit HTML by hand, the content creator can now do that through the UI!
N/A
Use it!
Clearest example I could find of how to configure this: https://github.com/ckeditor/ckeditor5/commit/99c818c7b9ddf62aa958b9d265d...
After Drupal is updated to that version of CKEditor 5, we should modify the ckeditor5_list
plugin definition to:
\Drupal\ckeditor5\Plugin\CKEditor5Plugin\Heading
for an example — note this will also require an addition to the config schema, but that too has an example\Drupal\Tests\ckeditor5\Kernel\SmartDefaultSettingsTest
to fail — because a better upgrade path becomes possible, so we should update that test coverageTBD
None.
None.
TBD
Fixed
9.3
Last updated
Makes Drupal easier to use. Preferred over UX, D7UX, etc.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This failed to provide an update path 😅 Doing that now at 🐛 Fix → native CKEditor 5 functionality and fix bug in SourceEditingRedundantTagsConstraintValidator that allowed it to slip by Fixed .