(Retrofit from trunk) N.474: Support for "file" attribute (AttributeBlob) in the portal. READONLY only for now.

SVN:2.3[4513]
This commit is contained in:
Guillaume Lajarige
2016-12-13 10:18:00 +00:00
parent dd0eec3cc8
commit c0ba515797
13 changed files with 197 additions and 3 deletions

View File

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