Portal: AttributeImage can now be displayed in forms

SVN:trunk[4722]
This commit is contained in:
Guillaume Lajarige
2017-05-09 12:27:25 +00:00
parent d2d895fdf5
commit 1de6ac1765
5 changed files with 73 additions and 3 deletions

View File

@@ -57,7 +57,8 @@ class BsFormRenderer extends FormRenderer
$this->AddSupportedField('DateTimeField', 'BsSimpleFieldRenderer');
$this->AddSupportedField('DurationField', 'BsSimpleFieldRenderer');
$this->AddSupportedField('FileUploadField', 'BsFileUploadFieldRenderer');
$this->AddSupportedField('BlobField', 'BsSimpleFieldRenderer');
$this->AddSupportedField('BlobField', 'BsSimpleFieldRenderer');
$this->AddSupportedField('ImageField', 'BsSimpleFieldRenderer');
}
}