server/apps/files_texteditor/appinfo/app.php
2012-05-01 09:49:22 +02:00

6 lines
195 B
PHP

<?php
//load the required files
OCP\Util::addStyle( 'files_texteditor', 'style' );
OC_Util::addScript( 'files_texteditor', 'editor');
OC_Util::addScript( 'files_texteditor', 'aceeditor/ace');
?>