Files
nextcloud-docs/developer_manual/apps.rst
Björn Schießle 234e13c9aa added a page for apps development with a basic first description
of possible app types, defined in the info.xml
2012-10-31 15:38:23 +01:00

20 lines
458 B
ReStructuredText

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