Fix info.xml to fit schema
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -64,15 +64,9 @@
|
|||||||
<provider>OCA\Deck\Activity\DeckProvider</provider>
|
<provider>OCA\Deck\Activity\DeckProvider</provider>
|
||||||
</providers>
|
</providers>
|
||||||
</activity>
|
</activity>
|
||||||
<sabre>
|
|
||||||
<calendar-plugins>
|
|
||||||
<plugin>OCA\Deck\DAV\CalendarPlugin</plugin>
|
|
||||||
</calendar-plugins>
|
|
||||||
</sabre>
|
|
||||||
<fulltextsearch>
|
<fulltextsearch>
|
||||||
<provider min-version="16">OCA\Deck\Provider\DeckProvider</provider>
|
<provider min-version="16">OCA\Deck\Provider\DeckProvider</provider>
|
||||||
</fulltextsearch>
|
</fulltextsearch>
|
||||||
|
|
||||||
<navigations>
|
<navigations>
|
||||||
<navigation>
|
<navigation>
|
||||||
<name>Deck</name>
|
<name>Deck</name>
|
||||||
@@ -81,5 +75,9 @@
|
|||||||
<order>10</order>
|
<order>10</order>
|
||||||
</navigation>
|
</navigation>
|
||||||
</navigations>
|
</navigations>
|
||||||
|
<sabre>
|
||||||
|
<calendar-plugins>
|
||||||
|
<plugin>OCA\Deck\DAV\CalendarPlugin</plugin>
|
||||||
|
</calendar-plugins>
|
||||||
|
</sabre>
|
||||||
</info>
|
</info>
|
||||||
|
|||||||
Reference in New Issue
Block a user