mirror of
https://github.com/nextcloud/server.git
synced 2026-04-08 10:36:22 -04:00
6 lines
264 B
PHP
6 lines
264 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');
|