nextcloud/apps/files_texteditor/appinfo/app.php

5 lines
86 B
PHP

<?php
//load the required js file
OC_UTIL::addScript('files_texteditor','editor');
?>