Copyright information

I like this thread and this topic. this one goes in the direction for which I already opened a thread some time ago. Elements and php-code as already written in this thread

I very often use PHP code in my content and meta tags (title and description) or header & paragraph to generate dates dynamically, for example like this:

<?php echo date(“Y”); ?>

or

<?php echo date (“d.m.Y”, strtotime(“Monday this week”))?> the use and display of these codes in the meta title and meta description now works after an update. however, I still have problems using the codes within the content. here are some screenshots of how I use the php-code under rw-classic and how I would like to use it under rw-elements.

——————————————

is there a way how I can use the PHP code within the ‘Text-Component’ or ‘Typography-Component’ so that it is rendered and output correctly? in the same way as it works under rw-classic?

i know that i can also use an html component for the php code. i know that works too. but then i miss the styling tools like with the text component …