Closed (fixed)
Project:
CKEditor 5 Paste Filter
Version:
1.1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2026 at 21:06 UTC
Updated:
16 Mar 2026 at 17:05 UTC
Jump to comment: Most recent
Comments
Comment #4
nickolajReplaced the test module's reliance on core's `body` field (field.storage.node.body) with a custom `field_body` field, including its own field storage config. This ensures compatibility with Drupal 11.3+ where the node module no longer automatically creates the body field storage.
Comment #5
star-szrThank you very much @nickolaj! I think some other problem is happening with the tests since the `1.1.x` branch is failing in the same way. I will look into this and can rebase your branch at which point I think this would be green.
Edit: Actually, making the change in this branch might make the most sense since if I update 1.1.x it will just fail straight away.
Comment #8
star-szrMerged with the additional change to update the Docker image for CI.
Many thanks, @nickolaj!