mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Add helper class for cms styling
This commit is contained in:
parent
7f5bf0cda9
commit
efcdd64cf4
@ -108,6 +108,7 @@ class Blog extends Page implements PermissionProvider {
|
||||
$categories,
|
||||
$tags
|
||||
));
|
||||
$fields->findOrMakeTab("Root.Categorisation")->addExtraClass('blog-cms-categorisation');
|
||||
});
|
||||
|
||||
$fields = parent::getCMSFields();
|
||||
|
Loading…
Reference in New Issue
Block a user