- Issue created by @godotislate
- Merge request !10Issue #3460653: Change regexp pattern to match tags containing new lines. → (Open) created by godotislate
- Status changed to Needs review
12 months ago 7:59pm 10 July 2024 Put up an MR with the regexp change that seems to work for our project, in case it's useful to others.
- 🇨🇦Canada teknocat
I just realised that this will also effectively fix https://www.drupal.org/project/convert_entity_media_embed/issues/3491721 🐛 Migrations strips out all but one entity embed Active , because it makes the regex non-greedy as well. Should have reviewed this one before creating my merge request for that one.
The other issue should probably be marked as a duplicate and closed in favour of this one.