Using regularlabs sourcerer I have tried the following with zero app => textarea field => code editor:
{source}
<?php
$videotext = '{avsplayer videoid=1}';
$videotext = JHtml::_('content.prepare', $videotext);
echo $videotext;
?>
{/source}
This will crash the single post layout site.
Any way I can make this work for now?
Otherwise, my projekt is doomed
Maybe add new field type "content"?
Or would it work if I add code at the file: packages/site/helpers/fields.php
Line 646
$value= JHtml::_('content.prepare', $value);
$html .= $this->renderTextarea($field, $options, $value);
Thank you.