silverstripe-translatable/_config.php

5 lines
269 B
PHP
Raw Normal View History

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