mirror of
https://github.com/nextcloud/server.git
synced 2026-03-17 08:06:09 -04:00
7 lines
267 B
PHP
7 lines
267 B
PHP
<?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');
|
|
?>
|