summaryrefslogtreecommitdiffstats
path: root/apps/files_texteditor/appinfo/app.php
blob: a08077ebb67e31b75afeb40e99a02c4ebe5cc9b6 (plain)
1
2
3
4
5
6
<?php
//load the required files
OCP\Util::addStyle( 'files_texteditor', 'style' );
OCP\Util::addscript( 'files_texteditor', 'editor');
OCP\Util::addscript( 'files_texteditor', 'aceeditor/ace');
?>