Closed caplod closed 2 years ago
Could you try following line that using snippet
function with third param as true
please?
return snippet('components/link', ['url' => $tag->value, 'text' => $tag->text], true);
Thanks for the tip, Yeah I got the last parameter wrong. Now its working fine!
Description
A custom KirbyTag always gets rendered first in html output of a textarea field no matter where I put it.
Expected behavior
The tag gets rendered in the correct position in html output
To reproduce
Screenshot of backend
Template
<?= $page->team_text()->kt() ?>
Wrong order in HTML output
Your setup
Kirby Version
3.6.5