1
0
mirror of https://github.com/silverstripe/silverstripe-blog synced 2024-10-22 11:05:58 +02:00
silverstripe-blog/_config/comments.yml
2017-01-17 08:58:00 +13:00

18 lines
352 B
YAML

---
Name: blogcommentsconfig
Only:
moduleexists: comments
---
SilverStripe\Comments\Model\Comment:
extensions:
- SilverStripe\Blog\Model\BlogCommentExtension
---
Name: blogcommentnotifications
Only:
moduleexists: 'comment-notifications'
---
SilverStripe\Blog\Model\BlogPost:
extensions:
- SilverStripe\Blog\Model\BlogPostNotifications