nextcloud/apps/files_texteditor/appinfo/app.php

7 lines
197 B
PHP
Raw Normal View History

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