mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
16 lines
333 B
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'); |