nextcloud/apps/editor/appinfo/app.php

10 lines
97 B
PHP

<?php
OC_App::register( array(
'order' => 20,
'id' => 'editor',
'name' => 'Editor' ));