Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function getFormParameters(Attribute $attribute)
 {
     if ($attribute->isContainHtml()) {
         return ['type' => 'oro_rich_text'];
     } else {
         return ['type' => 'textarea'];
     }
 }