mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
ENHANCEMENT: Text WYSIWYG editors in ModelAdmin
This commit is contained in:
parent
0e33550a18
commit
ac78bf05a9
@ -3,6 +3,7 @@
|
||||
class Client extends DataObject {
|
||||
static $db = array(
|
||||
"Name" => "Varchar",
|
||||
"Notes" => "HTMLText",
|
||||
);
|
||||
static $many_many = array(
|
||||
"Contacts" => "Contact",
|
||||
|
Loading…
Reference in New Issue
Block a user