Welcome to mirror list, hosted at ThFree Co, Russian Federation.

app.php « appinfo « files_texteditor « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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');
?>