BUGFIX: Added default _config.php for the module

This commit is contained in:
Will Rossiter 2010-11-30 13:32:05 +13:00
parent a1df7f52df
commit c34c228ee2
1 changed files with 16 additions and 0 deletions

16
_config.php Normal file
View File

@ -0,0 +1,16 @@
<?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');