Beispiel #1
0
 public function edit()
 {
     if ($this->config->find('specific._editor') == 'joomlaeditor') {
         return $this->_renderRepeatable(null, $this->app->data->create()->set('trusted_mode', true));
     } else {
         return parent::edit();
     }
 }