DOCS Remove AssetField reference

Fixes #7529
This commit is contained in:
Damian Mooyman 2017-10-31 09:08:10 +13:00
parent 894aca96e6
commit ab581646e1
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A

View File

@ -2113,7 +2113,6 @@ usercode before invocation.
cache or combined files).
* `Requirements_Minifier` API can be used to declare any new mechanism for minifying combined required files.
By default this api is provided by the `JSMinifier` class, but user code can substitute their own.
* `AssetField` form field to provide an `UploadField` style uploader for the new `DBFile` database field.
* `AssetControlExtension` is applied by default to all DataObjects, in order to support the management
of linked assets and file protection.
* `ProtectedFileController` class is used to serve up protected assets.