silverstripe-translatable/_config.php
Ruud Arentsen 5b38cc31b8 Translation of SiteConfig
Fixed editing of translated configs, and added a link for the 'add
translation' not working for siteconfigs
2012-08-06 09:39:46 +02:00

4 lines
181 B
PHP

<?php
Object::add_extension('SiteTree', 'Translatable');
Object::add_extension('SiteConfig', 'Translatable');
Object::add_extension('LeftAndMain', 'TranslatableCMSMainExtension');