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