mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
12 lines
237 B
YAML
12 lines
237 B
YAML
---
|
|
# SiteTree specific config for comments
|
|
Name: commentssitetree
|
|
only:
|
|
moduleexists: 'cms'
|
|
---
|
|
SilverStripe\CMS\Model\SiteTree:
|
|
extensions:
|
|
- SilverStripe\Comments\Extensions\CommentsExtension
|
|
comments:
|
|
enabled_cms: true
|