mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 11:05:59 +02:00
5b38cc31b8
Fixed editing of translated configs, and added a link for the 'add translation' not working for siteconfigs
4 lines
181 B
PHP
4 lines
181 B
PHP
<?php
|
|
Object::add_extension('SiteTree', 'Translatable');
|
|
Object::add_extension('SiteConfig', 'Translatable');
|
|
Object::add_extension('LeftAndMain', 'TranslatableCMSMainExtension');
|