mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
57a9617d5b
This allows modules to unset it if necessary.
12 lines
245 B
YAML
12 lines
245 B
YAML
---
|
|
# SiteTree specific config for comments
|
|
Name: commentssitetree
|
|
only:
|
|
moduleexists: 'cms'
|
|
---
|
|
SilverStripe\CMS\Model\SiteTree:
|
|
extensions:
|
|
comments: SilverStripe\Comments\Extensions\CommentsExtension
|
|
comments:
|
|
enabled_cms: true
|