shorten title and better description

This commit is contained in:
Uwe Steinmann 2023-01-17 13:11:51 +01:00
parent 321f80f974
commit 526b157f11

View File

@ -1,7 +1,7 @@
<?php
$EXT_CONF['paperless'] = array(
'title' => 'Extents the RestAPI with method for Paperless',
'description' => 'This extension adds additional routes to make it behave like a paperless server. Just use the regular paperless apps, .e.g paperless mobile to access SeedDMS.',
'title' => 'Paperless RestAPI',
'description' => 'This extension adds additional rest api routes to make it behave like a paperless server. Just use the regular paperless apps, .e.g paperless mobile to access SeedDMS.',
'disable' => false,
'version' => '1.0.0',
'releasedate' => '2023-01-05',