* // uses the default values * Commenting::add('SiteTree'); * * // set configuration * Commenting::add('SiteTree', array( * 'require_login' => true * )); * * * To see all the configuration options read docs/en/Configuration.md or * consult the Commenting class. */ if(class_exists('SiteTree')) { Commenting::add('SiteTree'); }