Hello,<br><br>How can I use PageVariables the page in the CustomMarkup?<br>I am writing in local/config.php <br><br>Markup(&quot;some_edit&quot;, &quot;directives&quot;, &quot;/\\(:some_edit:\\)/&quot;,&quot;foo bar {$AuthId}&quot;);<br>

or <br>Markup(&quot;some_edit&quot;, &quot;directives&quot;, &quot;/\\(:some_edit:\\)/&quot;,Keep(&quot;&lt;b&gt;HTML&lt;/b&gt; {$AuthId}&quot;) );<br><br>and nothing happens..<br><br>Page Variables can not be used in the Markup?<br>