I have a CKEditor field in my nodes. The content of the CKEditor field consists of text and some tokens. The replace tokens thing works quite well within the node. However, after updating from Drupal 8 to Drupal 9, it no longer replaces the tokens in my view.
My view simply outputs the entire content from the CKEditor again. There are also some tokens in the header, they are not translated anymore either. For my view I simply set the following path:
/node/%/v2-vv-authors
The % is of course completed with the respective nodeID. The NodeID I pull out then in the View over CONTEXTUAL FILTERS: Content: ID again. However, as I said, in Drupal 9 the tokens remain as tokens and are not replaced with the data from the node. In Drupal 8 this still worked without problems. Unfortunately I don’t remember how I solved this. Would be grateful for any tips.
Greetings Bavra
My view in Drupal 8 and Drupal 9 are identical
