Example #1
0
 public function getConfigForm()
 {
     $form = parent::getConfigForm();
     $form->addElementPath(dirname(__FILE__));
     return $form;
 }
Example #2
0
 public function getConfigForm()
 {
     return parent::getConfigForm()->addElementPath(dirname(__FILE__));
 }
Example #3
0
 public function getConfigForm()
 {
     $form = parent::getConfigForm();
     $form->addElementPath($this->app->path->path('elements:fluniversalform/fields'));
     return $form;
 }