summaryrefslogtreecommitdiffstats
path: root/apps/files_texteditor/appinfo/app.php
blob: 1f9773bca3a6db3f2f369cb7e67802935604c84f (plain)
1
2
3
4
5
6
<?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');