Example #1
0
 /**
  * @param Form $form
  */
 public function configure(Form $form)
 {
     $form->addContentEditor('text', NULL, 20, 5);
     $form->addSaveButton('Save');
 }