- Issue created by @thierry.beeckmans
- Status changed to Fixed
over 1 year ago 8:27am 29 May 2023 - Status changed to Fixed
over 1 year ago 9:01am 29 May 2023
The twig replace function has changed and expects an array instead of a string in Drupal 9.
|replace('_', '-')
Should become
|replace({'_': '-'})
Patch from a RS3 issue works: https://www.drupal.org/files/issues/2021-01-29/rocketship_paragraphs-tem... β
Fixed
1.0
Code