mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
MINOR: changed html body to html to allow html tags
This commit is contained in:
parent
0f21c475a6
commit
91386c7cf7
@ -579,7 +579,7 @@ class UserDefinedForm_EmailRecipient extends DataObject {
|
||||
'EmailAddress' => 'Varchar(200)',
|
||||
'EmailSubject' => 'Varchar(200)',
|
||||
'EmailFrom' => 'Varchar(200)',
|
||||
'EmailBody' => 'Text'
|
||||
'EmailBody' => 'HTMLText'
|
||||
);
|
||||
|
||||
static $has_one = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user