mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
added a page for apps development with a basic first description
of possible app types, defined in the info.xml
This commit is contained in:
19
developer_manual/apps.rst
Normal file
19
developer_manual/apps.rst
Normal file
@@ -0,0 +1,19 @@
|
||||
Apps Development
|
||||
================
|
||||
|
||||
Supported App Types
|
||||
-------------------
|
||||
|
||||
ownCloud allows to specify three kind of "types" in the info.xml of a app. The
|
||||
type doesn't have to be specified if the app doesn't match any of them.
|
||||
|
||||
Currently supported "types":
|
||||
|
||||
**filesystem**
|
||||
apps which provides filesystem functionality (e.g. files sharing app)
|
||||
|
||||
**authentication**
|
||||
apps which provided authentication backends
|
||||
|
||||
**logging**
|
||||
apps which implement a logging system
|
||||
Reference in New Issue
Block a user