Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-11-11 16:23:42 +0300
committerJulius Härtl <jus@bitgrid.net>2019-11-18 14:44:40 +0300
commitd9e5efbf47a666d4982dcc38800609eb5827854d (patch)
tree5ceca7eaf1efae31d4f6d40fd2bb133a28c0ceee /appinfo
parentf323b8429cfb1c1b4c5046b78ce39073203bfa11 (diff)
Add dav plugin for rich workspaces
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8c857f725..c26f78474 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,11 +11,14 @@
- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.
- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!
]]></description>
- <version>1.2.0</version>
+ <version>1.2.3</version>
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<namespace>Text</namespace>
<default_enable/>
+ <types>
+ <dav />
+ </types>
<category>office</category>
<website>https://github.com/nextcloud/text</website>
<bugs>https://github.com/nextcloud/text/issues</bugs>
@@ -29,4 +32,9 @@
<background-jobs>
<job>OCA\Text\Cron\Cleanup</job>
</background-jobs>
+ <sabre>
+ <plugins>
+ <plugin>OCA\Text\DAV\WorkspacePlugin</plugin>
+ </plugins>
+ </sabre>
</info>