mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
ENHANCEMENT Allow BlogEntry::getCMSFields() fields to be manipulated on decorators
This commit is contained in:
parent
549603e459
commit
c920045933
@ -86,6 +86,9 @@ class BlogEntry extends Page {
|
||||
}
|
||||
|
||||
$fields->addFieldToTab("Root.Content.Main", new TextField("Tags", _t("BlogEntry.TS", "Tags (comma sep.)")),"Content");
|
||||
|
||||
$this->extend('updateCMSFields', $fields);
|
||||
|
||||
return $fields;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user