nextcloud/apps/editor/appinfo/app.php
2011-09-28 15:26:54 +01:00

9 lines
97 B
PHP

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