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:
Diffstat (limited to 'appinfo/info.xml')
-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>