mirror of
https://github.com/nextcloud/server.git
synced 2026-04-04 08:35:50 -04:00
6 lines
197 B
PHP
Executable file
6 lines
197 B
PHP
Executable file
<?php
|
|
//load the required files
|
|
OCP\Util::addStyle( 'files_texteditor', 'style' );
|
|
OCP\Util::addscript( 'files_texteditor', 'editor');
|
|
OCP\Util::addscript( 'files_texteditor', 'aceeditor/ace');
|
|
?>
|