cloudsuite: Minimal branding.
This commit is contained in:
parent
8c82cfe3cb
commit
7324ec8549
@ -38,7 +38,7 @@ $navigationEntry = function () use ($c) {
|
|||||||
'order' => 2,
|
'order' => 2,
|
||||||
'href' => $c->query('ServerContainer')->getURLGenerator()->linkToRoute('documents.document.index'),
|
'href' => $c->query('ServerContainer')->getURLGenerator()->linkToRoute('documents.document.index'),
|
||||||
'icon' => $c->query('ServerContainer')->getURLGenerator()->imagePath('documents', 'documents.svg'),
|
'icon' => $c->query('ServerContainer')->getURLGenerator()->imagePath('documents', 'documents.svg'),
|
||||||
'name' => $c->query('L10N')->t('Documents')
|
'name' => $c->query('L10N')->t('Collabora CloudSuite')
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
$c->getServer()->getNavigationManager()->add($navigationEntry);
|
$c->getServer()->getNavigationManager()->add($navigationEntry);
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<info>
|
<info>
|
||||||
<id>documents</id>
|
<id>documents</id>
|
||||||
<name>Documents</name>
|
<name>Collabora CloudSuite</name>
|
||||||
<description>An ownCloud app to work with office documents</description>
|
<description>An ownCloud app to work with office documents</description>
|
||||||
<licence>AGPL</licence>
|
<licence>AGPL</licence>
|
||||||
<version>0.12.0</version>
|
<version>0.12.0</version>
|
||||||
<author>Frank Karlitschek, Victor Dubiniuk</author>
|
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
|
||||||
<bugs>https://github.com/owncloud/documents/issues</bugs>
|
<bugs>https://www.collaboraoffice.com/</bugs>
|
||||||
<repository type="git">http://github.com/owncloud/documents.git</repository>
|
<repository type="git">git://gerrit.libreoffice.org/online.git</repository>
|
||||||
<category>productivity</category>
|
<category>productivity</category>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<owncloud min-version="8.1" max-version="9.0" />
|
<owncloud min-version="8.1" max-version="9.0" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user