Execute Kirby tag within another Kirby tag

You can get the original KirbyTag like this:

$tag = Kirby\Text\KirbyTag::$types['image'];
dump($tag);
1 Like