*/ class OpenGraph extends BaseModule { const DOMAIN_NAME = 'opengraph'; public function postActivation(ConnectionInterface $con = null) { self::setConfigValue(OpenGraphConfigValue::ENABLE_SHARING_BUTTONS, 0); } }