mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
BUGFIX: Added default _config.php for the module
This commit is contained in:
parent
a1df7f52df
commit
c34c228ee2
16
_config.php
Normal file
16
_config.php
Normal 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');
|
Loading…
Reference in New Issue
Block a user