mirror of
https://github.com/nextcloud/server.git
synced 2026-03-22 18:33:46 -04:00
9 lines
97 B
PHP
9 lines
97 B
PHP
<?php
|
|
|
|
|
|
OC_App::register( array(
|
|
'order' => 20,
|
|
'id' => 'editor',
|
|
'name' => 'Editor' ));
|
|
|
|
|