silverstripe-comments/_config.php

16 lines
333 B
PHP

<?php
/**
* Comments Default Configuration
*
* To enable comments on your own {@link DataObject}'s then
* add the extension 'CommentsExtension' to your object
*
* Example: mysite/_config.php
*
* <code>
* Object::add_extension('Page', 'CommentsExtension');
* </code>
*/
Object::add_extension('Page', 'CommentsExtension');