mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 11:05:59 +02:00
616a123ddc
Adds a language dropdown to the link form in the html editor, so that linking to pages in different locales is possible.
5 lines
269 B
PHP
5 lines
269 B
PHP
<?php
|
|
Object::add_extension('SiteTree', 'Translatable');
|
|
Object::add_extension('SiteConfig', 'Translatable');
|
|
Object::add_extension('LeftAndMain', 'TranslatableCMSMainExtension');
|
|
Object::add_extension('HtmlEditorField_Toolbar', 'TranslatableEditorToolbarExtension');
|