server/apps/files_texteditor/appinfo/app.php

8 lines
267 B
PHP
Raw Normal View History

2011-10-01 21:48:00 +00:00
<?php
//load the required files
OCP\Util::addStyle( 'files_texteditor', 'DroidSansMono/stylesheet' );
2012-05-01 07:49:22 +00:00
OCP\Util::addStyle( 'files_texteditor', 'style' );
2012-05-01 18:03:41 +00:00
OCP\Util::addscript( 'files_texteditor', 'editor');
OCP\Util::addscript( 'files_texteditor', 'aceeditor/ace');
2012-05-01 07:49:22 +00:00
?>