mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Remove default row size
This commit is contained in:
parent
8d69cf9f75
commit
31a8c16c43
@ -124,7 +124,7 @@ class DBHTMLVarchar extends DBVarchar
|
||||
|
||||
public function scaffoldFormField($title = null, $params = null)
|
||||
{
|
||||
return HTMLEditorField::create($this->name, $title)->setRows(1);
|
||||
return HTMLEditorField::create($this->name, $title);
|
||||
}
|
||||
|
||||
public function scaffoldSearchField($title = null)
|
||||
|
Loading…
Reference in New Issue
Block a user