mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
FIXED: Missing hook to extensions updateCMSFields function
This commit is contained in:
parent
ac4e6f2b56
commit
9f9a560767
@ -78,6 +78,8 @@ class BlogEntry extends Page {
|
||||
|
||||
$fields->addFieldToTab("Root.Main", new TextField("Tags", _t("BlogEntry.TS", "Tags (comma sep.)")),"Content");
|
||||
|
||||
$this->extend('updateCMSFields', $fields);
|
||||
|
||||
return $fields;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user