mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Documentation relating to r101106 (from r101107)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@111588 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
3db905bc42
commit
9cec4a007e
@ -638,12 +638,15 @@ class File extends DataObject {
|
||||
* Similar to {@link getCMSFields()}, but a more restricted
|
||||
* set of fields which can be reliably set on any file type.
|
||||
*
|
||||
* Needs to be enabled through {@link AssetAdmin::$metadata_upload_enabled}
|
||||
*
|
||||
* @return FieldSet
|
||||
*/
|
||||
function uploadMetadataFields() {
|
||||
$fields = new FieldSet();
|
||||
$fields->push(new TextField('Title', $this->fieldLabel('Title')));
|
||||
$this->extend('updateUploadMetadataFields', $fields);
|
||||
|
||||
return $fields;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user