Thank you for your support.
Quote from: BobRay at Nov 30, 2017, 11:03 PM(the number in parentheses next to the TV's name in the Elements tree)
In the Elements tree i see only my tvs but not the regular tvs like uri, pagetitle, longtitle... Where i can see the tv for example "pagetitle"?
If i set my tv (2) für tvId, then i get the same result.
But i change the snippet and it works now:
$tv = "uri";
$id = "713";
$parent = $modx->getObject('modResource', $id);
return $modx->getOption('site_url'). $parent->get($tv);
[ed. note: joe-petts last edited this post 7 years ago.]