mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
Merge pull request #48 from tractorcow/3.0-extension-fix
FIXED: Missing hook to extensions updateCMSFields function
This commit is contained in:
commit
e559e1ca34
@ -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