Backend Extensions
| Field | Type | Description |
|---|---|---|
author |
String |
Author of the extension. |
apiUrl |
String |
Partial path to the extension’s REST API endpoints. |
date |
String |
Release date of the latest version of the extension. |
description |
String |
Extension description. |
extensionName |
String |
Internal name of the extension. |
homepage |
String |
Link to the extension’s homepage. |
icon |
String |
A link to the extension’s icon. |
name |
String |
Display name of the extension. Is shown in the extension list. |
nameInUrl |
String |
Partial link to the extension. Same as the folder with the |
permissions |
Object |
A set of custom user permissions added by an extensions. |
permissions.<permission-name>.description |
Object/String |
UI description of the permission in the Permissions configuration window. Each permission entry can have a separate description for each supported locale. |
version |
String |
Current version of the extension. |
uiUrl |
String |
Partial path to the extension’s UI. |
urlToMeta |
String |
Link to the extension’s |