Beispiel #1
0
 /**
  * Активация шестерёнки
  *
  * @return type
  */
 public function enable()
 {
     $this->set('wysiwyg.editor', 'markitup');
     return parent::enable();
 }
Beispiel #2
0
 /**
  * Активация шестерёнки
  *
  * @return type
  */
 public function enable()
 {
     $this->set('wysiwyg.editor', 'redactor');
     return parent::enable();
 }